[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the !:V with the specified key.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Property Item ( _
	key As K _
) As V
C#
public virtual V this [
	K key
] { get; set; }
Visual C++
public:
virtual property V default[K key] {
	V get (K key);
	void set (K key, V value);
}

Parameters

key
K type parameter of net.esper.collection.RefCountedMap<(Of K, V>).

Field Value