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

Namespace:  Phoenix.Collections
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

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

Parameters

key
TKey
value
TValue %

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.TryGetValue(TKey, TValue%)

See Also