Click or drag to resize

ReadOnlyDictionaryUtils Class

Utils allowing to create a read-only dictionary.
Inheritance Hierarchy
SystemObject
  MicaSystems.UtilsReadOnlyDictionaryUtils

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class ReadOnlyDictionaryUtils

The ReadOnlyDictionaryUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsReadOnlyK, V
Initializes a new instance of ReadOnlyDictionary from an existing dictionary.

Note : data are not duplicated.

Top
See Also