Class
DoubleCollection

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class DoubleCollection : List<double>, IList<double>, ICollection<double>, IList, ICollection, IReadOnlyList<double>, IReadOnlyCollection<double>, IEnumerable<double>, IEnumerable

Inheritance: objectList<double>DoubleCollection

Implements: ICollectionICollection<double>IEnumerableIEnumerable<double>IListIList<double>IReadOnlyCollection<double>IReadOnlyList<double>

Inherited Members List<double>.Add(double)List<double>.AddRange(IEnumerable<double>)List<double>.AsReadOnly()List<double>.BinarySearch(int, int, double, IComparer<double>)List<double>.BinarySearch(double)List<double>.BinarySearch(double, IComparer<double>)List<double>.Clear()List<double>.Contains(double)List<double>.ConvertAll<TOutput>(Converter<double, TOutput>)List<double>.CopyTo(double[])List<double>.CopyTo(int, double[], int, int)List<double>.CopyTo(double[], int)List<double>.Exists(Predicate<double>)List<double>.Find(Predicate<double>)List<double>.FindAll(Predicate<double>)List<double>.FindIndex(Predicate<double>)List<double>.FindIndex(int, Predicate<double>)List<double>.FindIndex(int, int, Predicate<double>)List<double>.FindLast(Predicate<double>)List<double>.FindLastIndex(Predicate<double>)List<double>.FindLastIndex(int, Predicate<double>)List<double>.FindLastIndex(int, int, Predicate<double>)List<double>.ForEach(Action<double>)List<double>.GetEnumerator()List<double>.GetRange(int, int)List<double>.IndexOf(double)List<double>.IndexOf(double, int)List<double>.IndexOf(double, int, int)List<double>.Insert(int, double)List<double>.InsertRange(int, IEnumerable<double>)List<double>.LastIndexOf(double)List<double>.LastIndexOf(double, int)List<double>.LastIndexOf(double, int, int)List<double>.Remove(double)List<double>.RemoveAll(Predicate<double>)List<double>.RemoveAt(int)List<double>.RemoveRange(int, int)List<double>.Reverse()List<double>.Reverse(int, int)List<double>.Sort()List<double>.Sort(IComparer<double>)List<double>.Sort(int, int, IComparer<double>)List<double>.Sort(Comparison<double>)List<double>.ToArray()List<double>.TrimExcess()List<double>.TrueForAll(Predicate<double>)List<double>.CapacityList<double>.CountList<double>.this[int]

Constructors

DoubleCollection()

Declaration

cs-api-definition
public DoubleCollection()

Methods

Freeze()

Declaration

cs-api-definition
public void Freeze()