Click or drag to resize

FixedDictionaryK, VGet Method (K)

Fetches the value associated with the specified key. If no value can be found, then default(V) is returned.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public V Get(
	K key
)

Parameters

key
Type: K

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

Return Value

Type: V

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

See Also