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

[Missing <summary> documentation for T:Mogware.VisualStudio.ColladaNet.Skinning.ControllerList]

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

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Controller>)>)
    Mogware.VisualStudio.ColladaNet.Skinning..::.ControllerList

See Also