Click or drag to resize
StringSafeDictionaryTValue Constructor (IDictionary, Boolean)
Constructor.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
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