NSSetEnumerator Delegate

Definition

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

Applies to