Class TimelineMarkerCollection
Represents a collection of TimelineMarker objects that can be individually accessed by index.
Inheritance
System.Object
TimelineMarkerCollection
Implements
System.Collections.Generic.IList<TimelineMarker>
System.Collections.Generic.ICollection<TimelineMarker>
System.Collections.Generic.IEnumerable<TimelineMarker>
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
Assembly: OpenSilver.dll
Syntax
public sealed class TimelineMarkerCollection : PresentationFrameworkCollection<TimelineMarker>, IList<TimelineMarker>, ICollection<TimelineMarker>, IEnumerable<TimelineMarker>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceTimelineMarkerCollection()
Initializes a new instance of the TimelineMarkerCollection class.
Declaration
public TimelineMarkerCollection()
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