Class IntervalSpanCollection
Defines a collection of System.Int32 objects.
Inheritance
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class IntervalSpanCollection : ObservableCollection<int>
Constructors
IntervalSpanCollection()
Initializes a new instance of the IntervalSpanCollection class.
Declaration
public IntervalSpanCollection()
IntervalSpanCollection(IEnumerable<Int32>)
Initializes a new instance of the IntervalSpanCollection class that contains elements copied from the specified collection.
Declaration
public IntervalSpanCollection(IEnumerable<int> collection)
Parameters
System.Collections.Generic.IEnumerable<System.Int32>
collection
The collection from which the elements are copied. |
IntervalSpanCollection(List<Int32>)
Initializes a new instance of the IntervalSpanCollection class that contains elements copied from the specified list.
Declaration
public IntervalSpanCollection(List<int> list)
Parameters
System.Collections.Generic.List<System.Int32>
list
The list from which the elements are copied. |