Creates a new read only dictionary.
Namespace: Apptus.Util.Collection
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
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