Click or drag to resize

WeakDictionaryTKey, TValueTryGetValue Method

Tries to get the value.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
The key.
value
Type: TValue
The value.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.WeakDictionary`2.TryGetValue(`0,`1@)"]

See Also