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

[Missing <summary> documentation for M:OpenMetaverse.DoubleDictionary`3.TryGetValue(`0,`2@)]

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool TryGetValue(
	TKey1 key,
	out TValue value
)
Public Function TryGetValue ( _
	key As TKey1, _
	<OutAttribute> ByRef value As TValue _
) As Boolean
public:
bool TryGetValue(
	TKey1 key, 
	[OutAttribute] TValue% value
)

Parameters

key
TKey1

[Missing <param name="key"/> documentation for "M:OpenMetaverse.DoubleDictionary`3.TryGetValue(`0,`2@)"]

value
TValue %

[Missing <param name="value"/> documentation for "M:OpenMetaverse.DoubleDictionary`3.TryGetValue(`0,`2@)"]

Return Value

[Missing <returns> documentation for M:OpenMetaverse.DoubleDictionary`3.TryGetValue(`0,`2@)]

See Also