Click or drag to resize
ChatCurrentStateCacheWrapper<TData, TKey>.CurrentStateCacheWrapperData<TKeyInner, TDataInner>.Dictionary Property
Dictionary of items.

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

Property Value

Type: Dictionary<TKeyInner, TDataInner>
See Also