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

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

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

Syntax

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

Parameters

key
TKey type parameter of net.esper.compat.WeakDictionary<(Of TKey, TValue>).

Field Value