Hashtable.Remove Method

Removes the element that has the specified key from the Hashtable.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual void Remove (
         Objectkey
)

Parameters

  • key
    The key of the element to remove.

Version Information

Available in the .NET Micro Framework version 4.1.

See Also

Reference

Hashtable Class
Hashtable Members
System.Collections Namespace