Removes the item at the specified index.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
protected override void RemoveItem(
	int index
)
Visual Basic (Declaration)
Protected Overrides Sub RemoveItem ( _
	index As Integer _
)

Parameters

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

See Also