[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:OpenMetaverse.DoubleDictionary`3.ForEach(System.Action{System.Collections.Generic.KeyValuePair{`0,`2}})]

Namespace:  OpenMetaverse
Assembly:  OpenMetaverseTypes (in OpenMetaverseTypes.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ForEach(
	Action<KeyValuePair<TKey1, TValue>> action
)
Public Sub ForEach ( _
	action As Action(Of KeyValuePair(Of TKey1, TValue)) _
)
public:
void ForEach(
	Action<KeyValuePair<TKey1, TValue>>^ action
)

Parameters

action
Action<(Of <(KeyValuePair<(Of <(TKey1, TValue>)>)>)>)

[Missing <param name="action"/> documentation for "M:OpenMetaverse.DoubleDictionary`3.ForEach(System.Action{System.Collections.Generic.KeyValuePair{`0,`2}})"]

See Also