Share via


NSDictionaryEnumerator Delegate

Definition

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

Parameters

key
NSObject
obj
NSObject
stop
Boolean

Applies to