Removes the IList<(Of <(<'T>)>)> item at the specified index.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public void RemoveAt( int index ) |
| Visual Basic |
|---|
Public Sub RemoveAt ( index As Integer ) |
| Visual C++ |
|---|
public: virtual void RemoveAt( int index ) sealed |
| F# |
|---|
abstract RemoveAt : index : int -> unit override RemoveAt : index : int -> unit |
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. |