Click or drag to resize

BaseMapTK, TVGet Method (TK, TV)

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 virtual TV Get(
	TK key,
	TV defaultValue
)

Parameters

key
Type: TK

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

defaultValue
Type: TV

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

Return Value

Type: TV

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

See Also