[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.compat
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Item ( _
key As K _
) As V |
C# |
---|
public V this [
K key
] { get; set; } |
Visual C++ |
---|
public:
virtual property V default[K key] {
V get (K key) sealed;
void set (K key, V value) sealed;
} |
Parameters
- key
- K type parameter of net.esper.compat.EBaseDictionary<(Of K, V>).
Field Value