Show / Hide Table of Contents

Class Swatches

Inheritance
System.Object
System.Collections.Generic.List<Swatch>
Swatches
Implements
System.Collections.Generic.IList<Swatch>
System.Collections.Generic.ICollection<Swatch>
System.Collections.Generic.IReadOnlyList<Swatch>
System.Collections.Generic.IReadOnlyCollection<Swatch>
System.Collections.Generic.IEnumerable<Swatch>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Add(NoXP.RuntimeComponents.ColorPicker.Swatch)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.AddRange(System.Collections.Generic.IEnumerable<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.AsReadOnly()
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.BinarySearch(NoXP.RuntimeComponents.ColorPicker.Swatch)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.BinarySearch(NoXP.RuntimeComponents.ColorPicker.Swatch, System.Collections.Generic.IComparer<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.BinarySearch(System.Int32, System.Int32, NoXP.RuntimeComponents.ColorPicker.Swatch, System.Collections.Generic.IComparer<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Clear()
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Contains(NoXP.RuntimeComponents.ColorPicker.Swatch)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.ConvertAll<TOutput>(System.Converter<NoXP.RuntimeComponents.ColorPicker.Swatch, TOutput>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.CopyTo(NoXP.RuntimeComponents.ColorPicker.Swatch[])
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.CopyTo(NoXP.RuntimeComponents.ColorPicker.Swatch[], System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.CopyTo(System.Int32, NoXP.RuntimeComponents.ColorPicker.Swatch[], System.Int32, System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Exists(System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Find(System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.FindAll(System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.FindIndex(System.Int32, System.Int32, System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.FindIndex(System.Int32, System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.FindIndex(System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.FindLast(System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.FindLastIndex(System.Int32, System.Int32, System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.FindLastIndex(System.Int32, System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.FindLastIndex(System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.ForEach(System.Action<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.GetEnumerator()
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.IndexOf(NoXP.RuntimeComponents.ColorPicker.Swatch)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.IndexOf(NoXP.RuntimeComponents.ColorPicker.Swatch, System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.IndexOf(NoXP.RuntimeComponents.ColorPicker.Swatch, System.Int32, System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Insert(System.Int32, NoXP.RuntimeComponents.ColorPicker.Swatch)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.LastIndexOf(NoXP.RuntimeComponents.ColorPicker.Swatch)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.LastIndexOf(NoXP.RuntimeComponents.ColorPicker.Swatch, System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.LastIndexOf(NoXP.RuntimeComponents.ColorPicker.Swatch, System.Int32, System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Remove(NoXP.RuntimeComponents.ColorPicker.Swatch)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.RemoveAll(System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.RemoveAt(System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Reverse()
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Sort()
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Sort(System.Collections.Generic.IComparer<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Sort(System.Comparison<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.Generic.IEnumerable<NoXP.RuntimeComponents.ColorPicker.Swatch>.GetEnumerator()
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.ToArray()
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.TrimExcess()
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.TrueForAll(System.Predicate<NoXP.RuntimeComponents.ColorPicker.Swatch>)
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Capacity
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Count
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.Item[System.Int32]
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.Generic.ICollection<NoXP.RuntimeComponents.ColorPicker.Swatch>.IsReadOnly
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<NoXP.RuntimeComponents.ColorPicker.Swatch>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.RuntimeComponents.ColorPicker
Assembly: NoXP.RuntimeComponents.dll
Syntax
[Serializable]
public class Swatches : List<Swatch>, IList<Swatch>, ICollection<Swatch>, IReadOnlyList<Swatch>, IReadOnlyCollection<Swatch>, IEnumerable<Swatch>, IList, ICollection, IEnumerable

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
In This Article
Back to top Generated by DocFX