ReadOnlyDictionaryTKey, TValue Constructor A Sandcastle Documented Class Library
Creates a new read only dictionary.

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public ReadOnlyDictionary(
	IDictionary<TKey, TValue> inner
)

Parameters

inner
Type: System.Collections.GenericIDictionaryTKey, TValue
A dictionary that the read only dictionary will be created from.
See Also

Reference