Click or drag to resize

ReferenceMapTKey, TValueItem Property

Gets or sets the item with the specified key.

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

Parameters

key
Type: TKey

Property Value

Type: TValue
See Also