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