Removes the element at the specified index of the collection.

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Parameters

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

See Also