Click or drag to resize
ProviderDictionaryTKey, TValueDictionary Property
Inner dictionary.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected SafeDictionary<TKey, TValue> Dictionary { get; }

Property Value

Type: SafeDictionaryTKey, TValue
See Also