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

[Missing <summary> documentation for T:Mogware.VisualStudio.ColladaNet.Scene.NodeList]

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

Syntax

C#
public class NodeList : List<Node>
Visual Basic (Declaration)
Public Class NodeList _
	Inherits List(Of Node)
Visual C++
public ref class NodeList : public List<Node^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Node>)>)
    Mogware.VisualStudio.ColladaNet.Scene..::.NodeList

See Also