Click or drag to resize

LinkedHashMapTK, TVTryGetValue Method

Tries the get value.

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

Parameters

key
Type: TK
The key.
value
Type: TV
The value.

Return Value

Type: Boolean

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

See Also