NSMutableOrderedSet.Intersect Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Intersect(NSOrderedSet) |
Supprime de ce jeu tous les objets qui ne sont pas présents dans l’autre ensemble. |
Intersect(NSSet) |
Intersect(NSOrderedSet)
Supprime de ce jeu tous les objets qui ne sont pas présents dans l’autre ensemble.
[Foundation.Export("intersectOrderedSet:")]
public virtual void Intersect (Foundation.NSOrderedSet intersectWith);
abstract member Intersect : Foundation.NSOrderedSet -> unit
override this.Intersect : Foundation.NSOrderedSet -> unit
Paramètres
- intersectWith
- NSOrderedSet
- Attributs
S’applique à
Intersect(NSSet)
[Foundation.Export("intersectSet:")]
public virtual void Intersect (Foundation.NSSet intersectWith);
abstract member Intersect : Foundation.NSSet -> unit
override this.Intersect : Foundation.NSSet -> unit
Paramètres
- intersectWith
- NSSet
- Attributs