Removes a string from the StringTable.
[Visual Basic] Overridable Public Sub Remove( _ ByVal key As String _ ) [C#] public virtual void Remove( string key ); [C++] public: virtual void Remove( String* key ); [JScript] public function Remove( key : String );
None.
Exception Type | Condition |
---|---|
ArgumentNullException | key is a null reference (in Visual Basic Nothing). |
This method can be overridden by a derived class.
StringTable Class | StringTable Members | System.Collections Namespace | String