Click or drag to resize
SafeDictionaryTKey, TValueGetInternalValue Method
Gets the value from the internal dictionary

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
protected Object GetInternalValue(
	TKey key
)

Parameters

key
Type: TKey
Object key

Return Value

Type: Object
See Also