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

[Missing <summary> documentation for T:Mogware.VisualStudio.ColladaNet.Geometry.GeometryList]

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 class GeometryList : List<Geometry>
Visual Basic (Declaration)
Public Class GeometryList _
	Inherits List(Of Geometry)
Visual C++
public ref class GeometryList : public List<Geometry^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Geometry>)>)
    Mogware.VisualStudio.ColladaNet.Geometry..::.GeometryList

See Also