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 RemoveAt( int index ) |
| Visual Basic |
|---|
Public Overridable Sub RemoveAt ( _ index As Integer _ ) |
| Visual C++ |
|---|
public: virtual void RemoveAt( int index ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the element to remove.
Implements
IList..::..RemoveAt(Int32)
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Always. |