ActivatableList<T>.

RemoveRange(int, int) Method

Syntax

public void RemoveRange(int index, int count)

Parameters

Name Type Description
index int
count int

Return Value

Type Description
void