Class Int64KeyFrameCollection
Represents a collection of Int16KeyFrame objects.
Inheritance
System.Object
Int64KeyFrameCollection
Implements
System.Collections.Generic.IList<Int64KeyFrame>
System.Collections.Generic.ICollection<Int64KeyFrame>
System.Collections.Generic.IEnumerable<Int64KeyFrame>
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 Int64KeyFrameCollection : PresentationFrameworkCollection<Int64KeyFrame>, IDependencyObject, IList<Int64KeyFrame>, ICollection<Int64KeyFrame>, IEnumerable<Int64KeyFrame>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceInt64KeyFrameCollection()
Initializes a new instance of the Int16KeyFrameCollection class.
Declaration
public Int64KeyFrameCollection()
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