Share via


NSCompoundPredicate.CreateOrPredicate(NSPredicate[]) Method

Definition

[Foundation.Export("orPredicateWithSubpredicates:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSCompoundPredicate CreateOrPredicate(Foundation.NSPredicate[] subpredicates);
[<Foundation.Export("orPredicateWithSubpredicates:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateOrPredicate : Foundation.NSPredicate[] -> Foundation.NSCompoundPredicate

Parameters

subpredicates
NSPredicate[]

Returns

Attributes

Applies to