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

[Missing <summary> documentation for M:OpenMetaverse.DoubleDictionary`3.Remove(`0,`1)]

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Remove(
	TKey1 key1,
	TKey2 key2
)
Public Function Remove ( _
	key1 As TKey1, _
	key2 As TKey2 _
) As Boolean
public:
bool Remove(
	TKey1 key1, 
	TKey2 key2
)

Parameters

key1
TKey1

[Missing <param name="key1"/> documentation for "M:OpenMetaverse.DoubleDictionary`3.Remove(`0,`1)"]

key2
TKey2

[Missing <param name="key2"/> documentation for "M:OpenMetaverse.DoubleDictionary`3.Remove(`0,`1)"]

Return Value

[Missing <returns> documentation for M:OpenMetaverse.DoubleDictionary`3.Remove(`0,`1)]

See Also