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

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