OpenMetaverse Protocol Library Developers API Documentation
ForEach Method (action)
NamespacesOpenMetaverse InternalDictionary < (Of < ( <' TKey, TValue > ) > ) > ForEach(Action < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) )
Perform an on each KeyValuePair of an
Declaration Syntax
C#
public 
void 
ForEach(
        
Action<
KeyValuePair<TKey, TValue>> 
action
)
Parameters
action ( Action < (Of < ( <' KeyValuePair < (Of < ( <' TKey , TValue > ) > ) > > ) > ) > )
to perform
See Also
Action
InternalDictionary
Action

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)