Freigeben über


NSMutableOrderedSet<TKey>.AsSet Method

Definition

Returns a set containing the objects from this ordered set.

public Foundation.NSSet<TKey> AsSet();
override this.AsSet : unit -> Foundation.NSSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>

Returns

A new NSSet<TKey> containing the same objects as this ordered set.

Applies to