Upravit

Sdílet prostřednictvím


NSSet.IEnumerable.GetEnumerator Method

Definition

Enumerate over the NSObjects in the set.

System.Collections.IEnumerator IEnumerable.GetEnumerator ();

Returns

Implements

Remarks

This returns an enumerator that returns the NSObject objects contained in the set. They are returned as System.Object objects.

Applies to