ElementCollection<T>
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
Syntax:
C#
public class ElementCollection<T> : Collection<T>, IList, ICollection, IEnumerable where T : SparkNode
Inheritance: objectCollection<T>ElementCollection<T>
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ElementCollection<T> class.
Methods
Removes all items from the collection.
C#
protected override void ClearItems()
Overrides:
Inserts the item at the specified index.
C#
protected override void InsertItem(int index, T item)
The index.
itemTThe item.
Overrides:
Removes the item at the specified index.