Click or drag to resize
SafeDictionaryTKey, TValueSetInternalValue Method
Sets the value in the internal dictionary

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
protected void SetInternalValue(
	TKey key,
	Object value
)

Parameters

key
Type: TKey
Object key
value
Type: SystemObject
Object value
See Also