Removes the item at the specified index in the list.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

Parameters

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

Implements

IList..::..RemoveAt(Int32)

See Also