NSMutableOrderedSet<TKey>.AsSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.