NSSetEnumerator 委托

定义

指定 由 Enumerate(NSSetEnumerator)使用的枚举器的委托。

public delegate void NSSetEnumerator(NSObject obj, ref bool stop);
type NSSetEnumerator = delegate of NSObject *  -> unit

参数

obj
NSObject
stop
Boolean

适用于