| SafeDictionaryTKey, TValueSetInternalValue Method | 
            Sets the value in the internal dictionary
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
 Syntax
Syntaxprotected void SetInternalValue(
	TKey key,
	Object value
)
Parameters
- key
- Type: TKey
 Object key
- value
- Type: SystemObject
 Object value
 See Also
See Also