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