Click or drag to resize
StringSafeDictionaryTValue Constructor (Boolean)
Constructor

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public StringSafeDictionary(
	bool caseSensitive
)

Parameters

caseSensitive
Type: SystemBoolean
If true, the access to the dictionary is case sensitive
See Also