Defines a collection of int objects.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class IntervalSpanCollection : ObservableCollection<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<int>ObservableCollection<int>IntervalSpanCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the IntervalSpanCollection class.
C#
public IntervalSpanCollection()
Initializes a new instance of the IntervalSpanCollection class that contains elements copied from the specified collection.
C#
public IntervalSpanCollection(IEnumerable<int> collection)
The collection from which the elements are copied.
Initializes a new instance of the IntervalSpanCollection class that contains elements copied from the specified list.