Click or drag to resize

ReferenceMapTKey, TValueGet Method (TKey, TValue)

Fetches the value associated with the specified key. If no value can be found, then the defaultValue is returned.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public TValue Get(
	TKey key,
	TValue defaultValue
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:com.espertech.esper.compat.collections.ReferenceMap`2.Get(`0,`1)"]

defaultValue
Type: TValue

[Missing <param name="defaultValue"/> documentation for "M:com.espertech.esper.compat.collections.ReferenceMap`2.Get(`0,`1)"]

Return Value

Type: TValue

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

See Also