Click or drag to resize
SafeDictionary<TKey, TValue>.Remove Method
Removes the element with the specified key from the System.Collections.Hashtable.

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

Parameters

key
Type: System.Object
The key of the element to remove.

Implements

IDictionary.Remove(Object)
See Also