Click or drag to resize

ObsoleteConcurrentDictionaryK, VItem Property

Gets or sets the element 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 V this[
	K key
] { get; set; }

Parameters

key
Type: K

Property Value

Type: V

Return Value

Type: V
The element with the specified key.
Exceptions
See Also