[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Skinning.ControllerList.RemoveRange(System.Int32,System.Int32)]

Namespace:  Mogware.VisualStudio.ColladaNet.Skinning
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public void RemoveRange(
	int start,
	int count
)
Visual Basic (Declaration)
Public Sub RemoveRange ( _
	start As Integer, _
	count As Integer _
)
Visual C++
public:
void RemoveRange(
	int start, 
	int count
)

Parameters

start
Type: System..::.Int32

[Missing <param name="start"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Skinning.ControllerList.RemoveRange(System.Int32,System.Int32)"]

count
Type: System..::.Int32

[Missing <param name="count"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Skinning.ControllerList.RemoveRange(System.Int32,System.Int32)"]

See Also