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

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

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

Inheritance Hierarchy

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

See Also