OrderedHashtable.Remove(Object) Method

Definition

Removes the specified key from the hashtable.

public override void Remove (object key);
override this.Remove : obj -> unit
Public Overrides Sub Remove (key As Object)

Parameters

key
Object

The key to remove.

Applies to