forwardItem Property    Table of ContentReadOnlyDictionary(TKey, TValue) Methodsforward
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#
public TValue this[
	TKey key
] { get; }

Parameters

key
Type: TKey
Key object.

Return Value

Type: TValue
Value object.
See Also