A Sandcastle Documented Class Library
RemoveRange Method (start, count)
NamespacesCollada.SkinningControllerListRemoveRange(Int32, Int32)
Removes a range of controllers from the list
Declaration Syntax
C#Visual BasicVisual C++
public void RemoveRange(
	int start,
	int count
)
Public Sub RemoveRange ( _
	start As Integer, _
	count As Integer _
)
public:
void RemoveRange(
	int start, 
	int count
)
Parameters
start (Int32)
index of the first controller to remove
count (Int32)
how many controllers do you want to remove?

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)