UltraList

StockSharp.Xaml.Charting.Model.DataSeries

Implementation of generic list, same as .NET Framework version however we expose the inner array for direct manipulation of the array. Tests show this to be around 4x faster than accessing via the indexed property

Implements: IUltraList<T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList, ICollection

Methods

Add(T)

Adds an object to the end of the List.

item
The object to be added to the end of the List. The value can be null for reference types.