Removes the IList<(Of <(<'T>)>)> item at the specified index.

Namespace: Dapfor.Net.Data
Assembly: 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

See Also