StoreRemoveRange Method

Removes Definitions of the specific range of the shared list.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void RemoveRange(
	int index,
	int count
)

Parameters

index  Int32
Start index of the Definitions to remove.
count  Int32
Count of the Definitions to remove.

See Also