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 Add( Object key, Object value ) |
| Visual Basic |
|---|
Public Overridable Sub Add ( _ key As Object, _ value As Object _ ) |
| Visual C++ |
|---|
public: virtual void Add( Object^ key, Object^ value ) |
Parameters
- key
- Type: System..::..Object
The Object to use at the key of the element to add.
- value
- Type: System..::..Object
The Object to use at the value of the element to add.
Implements
IDictionary..::..Add(Object, Object)
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Always. |