Click or drag to resize
MultiKeyDictionaryValueTypeRemove Method
Removes the item from the table.

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

Parameters

key
Type: SystemObject
Key

Implements

IDictionaryRemove(Object)
See Also