Item Property
Table of Content
ReadOnlyDictionary(TKey, TValue) Methods
OnixS .NET CME Market Data Handler
ReadOnlyDictionary
<
TKey
,
TValue
>
.Item Property (
TKey
)
Gets value object from dictionary.
Namespace:
OnixS.SimpleBinaryEncoding
Assembly:
OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
Copy
public
TValue
this
[ TKey
key
] {
get
; }
Parameters
key
Type:
TKey
Key object.
Return Value
Type:
TValue
Value object.
See Also
Reference
ReadOnlyDictionary
<TKey, TValue
> Class
Item Overload
OnixS.SimpleBinaryEncoding Namespace
Copyright OnixS. All rights reserved.