StringSafeDictionaryTValue Constructor (IDictionary, Boolean) |
Constructor.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public StringSafeDictionary(
IDictionary d,
bool caseSensitive = false
)
Parameters
- d
- Type: System.CollectionsIDictionary
Source data dictionary - caseSensitive (Optional)
- Type: SystemBoolean
If true, the access to the dictionary is case sensitive
See Also