Removes the item with the specified key
Namespace: Endeca.LoggingAssembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.3.0
Syntax
| C# |
|---|
public virtual void Remove( Object key ) |
| Visual Basic |
|---|
Public Overridable Sub Remove ( _ key As Object _ ) |
| Visual C++ |
|---|
public: virtual void Remove( Object^ key ) |
Parameters
- key
- Type: System..::..Object
The key of the element to remove.