Compartir a través de


NSPredicateSupport_NSSet.FilterUsingPredicate(NSSet, NSPredicate) Método

Definición

Devuelve un nuevo conjunto que contiene los elementos que coinciden con el predicado.

[Foundation.Export("filteredSetUsingPredicate:")]
public static Foundation.NSSet FilterUsingPredicate (this Foundation.NSSet This, Foundation.NSPredicate predicate);
static member FilterUsingPredicate : Foundation.NSSet * Foundation.NSPredicate -> Foundation.NSSet

Parámetros

This
NSSet

nsset en el que se ejecutará el predicado.

predicate
NSPredicate

Predicado utilizado para filtrar los elementos del conjunto.

Devoluciones

Nuevo conjunto inmutable.

Atributos

Se aplica a