NSPredicateSupport_NSMutableArray Class

Definition

Helper metohds for applying predicates to mutable arrays.

public static class NSPredicateSupport_NSMutableArray
type NSPredicateSupport_NSMutableArray = class
Inheritance
NSPredicateSupport_NSMutableArray

Methods

FilterUsingPredicate(NSMutableArray, NSPredicate)

Filters the element of the array in place, by keeping only the elements that match.

Applies to