NSSetEnumerator Delegate
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.
A delegate that specifies the enumerator used by Enumerate(NSSetEnumerator).
public delegate void NSSetEnumerator(NSObject obj, ref bool stop);
type NSSetEnumerator = delegate of NSObject * -> unit
Parameters
- obj
- NSObject
- stop
- Boolean