Click or drag to resize
ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInnerDictionary Property
Dictionary of items.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public Dictionary<TKeyInner, TDataInner> Dictionary { get; }

Property Value

Type: DictionaryTKeyInner, TDataInner
See Also