Manages the children of an animation instance.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
public class AnimationInstanceCollection : ChildCollection<AnimationInstance, AnimationInstance>
Visual Basic
Public Class AnimationInstanceCollection _
	Inherits ChildCollection(Of AnimationInstance, AnimationInstance)
Visual C++
public ref class AnimationInstanceCollection : public ChildCollection<AnimationInstance^, AnimationInstance^>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'AnimationInstance>)>)>
    DigitalRune.Collections..::..ChildCollection<(Of <(<'AnimationInstance, AnimationInstance>)>)>
      DigitalRune.Animation..::..AnimationInstanceCollection

See Also