Click or drag to resize

EmptyDictionaryK, VItem Property

Gets or sets the value for the specified key.

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