ClassIntervalSpanCollection
Class
Defines a collection of int objects.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
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
IntervalSpanCollection()
Initializes a new instance of the IntervalSpanCollection class.
Declaration
cs-api-definition
public IntervalSpanCollection()
IntervalSpanCollection(IEnumerable<int>)
Initializes a new instance of the IntervalSpanCollection class that contains elements copied from the specified collection.
Declaration
cs-api-definition
public IntervalSpanCollection(IEnumerable<int> collection)
Parameters
collection
The collection from which the elements are copied.
IntervalSpanCollection(List<int>)
Initializes a new instance of the IntervalSpanCollection class that contains elements copied from the specified list.