[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Tries the get value.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Parameters

key
TKey type parameter of net.esper.compat.WeakDictionary<(Of TKey, TValue>).
The key.
value
TValue type parameter of net.esper.compat.WeakDictionary<(Of TKey, TValue>).
The value.

Return Value