Class Int16KeyFrameCollection
Represents a collection of Int16KeyFrame objects.
Inheritance
System.Object
Int16KeyFrameCollection
Implements
System.Collections.Generic.IList<Int16KeyFrame>
System.Collections.Generic.ICollection<Int16KeyFrame>
System.Collections.Generic.IEnumerable<Int16KeyFrame>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public sealed class Int16KeyFrameCollection : PresentationFrameworkCollection<Int16KeyFrame>, IDependencyObject, IList<Int16KeyFrame>, ICollection<Int16KeyFrame>, IEnumerable<Int16KeyFrame>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceInt16KeyFrameCollection()
Initializes a new instance of the Int16KeyFrameCollection class.
Declaration
public Int16KeyFrameCollection()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable