Click or drag to resize
TwoLevelDictionaryPrimaryKeyType, SecondaryKeyType, ValueTypeDictionary Property
Inner dictionary of dictionaries

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected SafeDictionary<PrimaryKeyType, SafeDictionary<SecondaryKeyType, ValueType>> Dictionary { get; }

Property Value

Type: SafeDictionaryPrimaryKeyType, SafeDictionarySecondaryKeyType, ValueType
See Also