SafeDictionaryTKey, TValueRemove Method |
Removes the element with the specified key from the System.Collections.Hashtable.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public override void Remove(
Object key
)
Parameters
- key
- Type: SystemObject
The key of the element to remove.
Implements
IDictionaryRemove(Object)See Also