Removes the item at the specified index from the collection.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)
C#
public void RemoveAt(
	int index
)

Parameters

index
Type: System..::..Int32
The zero-based index of the item to remove.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also