Click or drag to resize
ChatCacheDictionaryWrapperTKey, TValueGetItem Method
Gets item from cache.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public TValue GetItem(
	TKey id
)

Parameters

id
Type: TKey
Key

Return Value

Type: TValue
See Also