Removes the collection item at the position index.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void RemoveAt(
	int index
)

Parameters

index
Type: System..::.Int32
Specifies position of item in the collection that will be removed.

Implements

IList..::.RemoveAt(Int32)

See Also