Class
ColorModeCollection

Represents a collection of enum wrappers.

Definition

Namespace:Telerik.Windows.Controls.ColorEditor.Mode

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

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

Inheritance: objectList<ColorModeWrapper>ColorModeCollection

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

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

Constructors

ColorModeCollection()

Initializes a new instance of the ColorModeCollection class.

Declaration

cs-api-definition
public ColorModeCollection()
In this article
DefinitionConstructorsColorModeCollection()
Not finding the help you need?
Contact Support