Click or drag to resize
TwoLevelDictionaryPrimaryKeyType, SecondaryKeyType, ValueType Constructor (Boolean)
Constructor

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

Parameters

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