Click or drag to resize

DebugDictionaryK, VItem Property

[Missing <summary> documentation for "P:com.espertech.esper.compat.collections.DebugDictionary`2.Item(`0)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public V this[
	K key
] { get; set; }

Parameters

key
Type: K

Property Value

Type: V
See Also