Click or drag to resize
SafeDictionaryTKey, TValueRemove Method
Removes the element with the specified key from the System.Collections.Hashtable.

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

Parameters

key
Type: SystemObject
The key of the element to remove.

Implements

IDictionaryRemove(Object)
See Also