forwardReadOnlyDictionary(TKey, TValue) Class   Table of ContentReadOnlyDictionary(TKey, TValue) Propertiesforward
ReadOnlyDictionary<TKey, TValue> Constructor
Constructor.

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 ReadOnlyDictionary(
	IDictionary<TKey, TValue> items
)

Parameters

items
Type: System.Collections.Generic.IDictionary<TKey, TValue>
Source dictionary.
See Also