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

[Missing <summary> documentation for T:Mogware.VisualStudio.ColladaNet.Animations.AnimationList]

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Animation>)>)
    Mogware.VisualStudio.ColladaNet.Animations..::.AnimationList

See Also