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

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Geometry.GeometryList.RemoveAt(System.Int32)]

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

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)
Visual C++
public:
void RemoveAt(
	int index
)

Parameters

index
Type: System..::.Int32

[Missing <param name="index"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.GeometryList.RemoveAt(System.Int32)"]

See Also