Click or drag to resize
ICacheWrapperResponse<TData>.Items Property
Collection of items.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
ICollection<TData> Items { get; }

Property Value

Type: ICollection<TData>
See Also