OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.HashtableRemove Method 

Removes the element with the specified key from a Hashtable instance.

public static object HashtableRemove(
   Hashtable hashtable,
   object key
);

Parameters

hashtable
The Hashtable instance
key
The key of the element to remove

Return Value

The element removed

See Also

SupportClass Class | (global) Namespace