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