Removes the IList<(Of <(<'T>)>)> item at the specified index.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public void RemoveAt( int index ) |
| Visual Basic |
|---|
Public Sub RemoveAt ( index As Integer ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the item to remove.
Implements
IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)IList..::..RemoveAt(Int32)
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | index is not a valid index in the IList<(Of <(<'T>)>)>. |
| System..::..NotSupportedException | The IList<(Of <(<'T>)>)> is read-only. |