Applies a given block object to the entries of the dictionary.
Original signature is '- (void)enumerateKeysAndObjectsUsingBlock:(void (^)(id key, id obj, BOOL *stop))block'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public virtual void EnumerateKeysAndObjectsUsingBlock(
Action<Id, Id, IntPtr> block
)
Public Overridable Sub EnumerateKeysAndObjectsUsingBlock ( _
block As Action(Of Id, Id, IntPtr) _
)
public:
virtual void EnumerateKeysAndObjectsUsingBlock(
Action<Id^, Id^, IntPtr>^ block
)

Parameters
- block (Action<(Of <(<'Id, Id, IntPtr>)>)>)
- A block object to operate on entries in the dictionary.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)