This operation is not supported.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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.
Implements
IDictionary..::..Remove(Object)
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Always. |