Click or drag to resize

WeakDictionaryTKey, TValueGet Method (TKey)

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

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

Parameters

key
Type: TKey

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

Return Value

Type: TValue

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

See Also