Click or drag to resize
MultiKeyDictionaryValueTypeAdd Method
Adds the value to the table.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public override void Add(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject
Key
value
Type: SystemObject
Value

Implements

IDictionaryAdd(Object, Object)
See Also