 | TransformDictionaryTK1, TV1, TK2, TV2Item 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
Syntaxpublic TV1 this[
TK1 key
] { get; set; }
Parameters
- key
- Type: TK1
The key.
Return Value
Type:
TV1
See Also