Click or drag to resize

ReadOnlyDictionaryTKey, TValue Constructor (IDictionaryTKey, TValue)

Initializes a new instance of ReadOnlyDictionary from an existing dictionary.

Note : data are not duplicated.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public ReadOnlyDictionary(
	IDictionary<TKey, TValue> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryTKey, TValue
See Also