 | EmptyDictionaryK, VItem Property |
Gets or sets the value for the specified key.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic V this[
K key
] { get; set; }
Parameters
- key
- Type: K
Property Value
Type:
V
See Also