Click or drag to resize
ChartingStateManagedCollectionT Methods

The ChartingStateManagedCollectionT generic type exposes the following members.

Methods
  Name Description
Public method Add
Adds new item in collection
Public method AddRange
Adds items range in collection
Public method Clear
Clears collection
Public method Contains
Checks does collection contain the given item
Public method CopyTo
Copies the entire System.Collections.Generic.List<T> to a compatible one-dimensional array, starting at the specified index of the target array.
Public method GetEnumerator
Returns an enumerator that iterates through the System.Collections.Generic.List>T<.
Public method IndexOf
Item index in collection
Public method Insert
Inserts item at the given index
Public method Remove
Removes item from collection
Public method RemoveAt
Removes item from collection at given index
Top
See Also