Show / Hide Table of Contents

Class ElementList

Represents a list of elements

Inheritance
System.Object
System.Collections.Generic.List<Element>
ElementList
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<NFX.WinForms.Elements.Element>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Add(NFX.WinForms.Elements.Element)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.AddRange(System.Collections.Generic.IEnumerable<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.AsReadOnly()
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.BinarySearch(System.Int32, System.Int32, NFX.WinForms.Elements.Element, System.Collections.Generic.IComparer<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.BinarySearch(NFX.WinForms.Elements.Element)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.BinarySearch(NFX.WinForms.Elements.Element, System.Collections.Generic.IComparer<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Clear()
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Contains(NFX.WinForms.Elements.Element)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.ConvertAll<TOutput>(System.Converter<NFX.WinForms.Elements.Element, TOutput>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.CopyTo(NFX.WinForms.Elements.Element[])
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.CopyTo(System.Int32, NFX.WinForms.Elements.Element[], System.Int32, System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.CopyTo(NFX.WinForms.Elements.Element[], System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Exists(System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Find(System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.FindAll(System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.FindIndex(System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.FindIndex(System.Int32, System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.FindIndex(System.Int32, System.Int32, System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.FindLast(System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.FindLastIndex(System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.FindLastIndex(System.Int32, System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.FindLastIndex(System.Int32, System.Int32, System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.ForEach(System.Action<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.GetEnumerator()
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.Generic.IEnumerable<NFX.WinForms.Elements.Element>.GetEnumerator()
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.IndexOf(NFX.WinForms.Elements.Element)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.IndexOf(NFX.WinForms.Elements.Element, System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.IndexOf(NFX.WinForms.Elements.Element, System.Int32, System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Insert(System.Int32, NFX.WinForms.Elements.Element)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.LastIndexOf(NFX.WinForms.Elements.Element)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.LastIndexOf(NFX.WinForms.Elements.Element, System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.LastIndexOf(NFX.WinForms.Elements.Element, System.Int32, System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Remove(NFX.WinForms.Elements.Element)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.RemoveAll(System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.RemoveAt(System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Reverse()
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Sort()
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Sort(System.Collections.Generic.IComparer<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Sort(System.Comparison<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.ToArray()
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.TrimExcess()
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.TrueForAll(System.Predicate<NFX.WinForms.Elements.Element>)
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Capacity
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Count
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.Generic.ICollection<NFX.WinForms.Elements.Element>.IsReadOnly
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<NFX.WinForms.Elements.Element>.Item[System.Int32]
System.Collections.Generic.List<NFX.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: NFX.WinForms.Elements
Assembly: NFX.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

Extension Methods

CollectionUtils.ForEach<T>(IEnumerable<T>, Action<T>)
CollectionUtils.ForEach<T>(IEnumerable<T>, Action<T, Int32>)
CollectionUtils.SkipLast<T>(IEnumerable<T>)
CollectionUtils.SkipLast<T>(IEnumerable<T>, Int32)
CollectionUtils.FirstMin<TResult, TComparand>(IEnumerable<TResult>, Func<TResult, TComparand>)
CollectionUtils.FirstMin<TResult, TComparand>(IEnumerable<TResult>, Func<TResult, TComparand>, out TComparand)
CollectionUtils.FirstMax<TResult, TComparand>(IEnumerable<TResult>, Func<TResult, TComparand>)
CollectionUtils.FirstMax<TResult, TComparand>(IEnumerable<TResult>, Func<TResult, TComparand>, out TComparand)
CollectionUtils.FirstOrAnyOrDefault<TResult>(IEnumerable<TResult>, Func<TResult, Boolean>)
CollectionUtils.Distinct<TResult, TKey>(IEnumerable<TResult>, Func<TResult, TKey>)
MiscUtils.NonNull<T>(T, Func<Exception>, String)
ObjectValueConversion.AsString(Object, String, ConvertErrorHandling)
ObjectValueConversion.AsNonNullOrEmptyString(Object)
ObjectValueConversion.AsLaconicConfig(Object, ConfigSectionNode, String, ConvertErrorHandling)
ObjectValueConversion.AsJSONConfig(Object, ConfigSectionNode, String, ConvertErrorHandling)
ObjectValueConversion.AsXMLConfig(Object, ConfigSectionNode, ConvertErrorHandling)
ObjectValueConversion.AsChar(Object, Char, ConvertErrorHandling)
ObjectValueConversion.AsNullableChar(Object, Nullable<Char>, ConvertErrorHandling)
ObjectValueConversion.AsByte(Object, Byte, ConvertErrorHandling)
ObjectValueConversion.AsNullableByte(Object, Nullable<Byte>, ConvertErrorHandling)
ObjectValueConversion.AsSByte(Object, SByte, ConvertErrorHandling)
ObjectValueConversion.AsNullableSByte(Object, Nullable<SByte>, ConvertErrorHandling)
ObjectValueConversion.AsShort(Object, Int16, ConvertErrorHandling)
ObjectValueConversion.AsNullableShort(Object, Nullable<Int16>, ConvertErrorHandling)
ObjectValueConversion.AsUShort(Object, UInt16, ConvertErrorHandling)
ObjectValueConversion.AsNullableUShort(Object, Nullable<UInt16>, ConvertErrorHandling)
ObjectValueConversion.AsInt(Object, Int32, ConvertErrorHandling)
ObjectValueConversion.AsNullableInt(Object, Nullable<Int32>, ConvertErrorHandling)
ObjectValueConversion.AsUInt(Object, UInt32, ConvertErrorHandling)
ObjectValueConversion.AsNullableUInt(Object, Nullable<UInt32>, ConvertErrorHandling)
ObjectValueConversion.AsLong(Object, Int64, ConvertErrorHandling)
ObjectValueConversion.AsNullableLong(Object, Nullable<Int64>, ConvertErrorHandling)
ObjectValueConversion.AsULong(Object, UInt64, ConvertErrorHandling)
ObjectValueConversion.AsNullableULong(Object, Nullable<UInt64>, ConvertErrorHandling)
ObjectValueConversion.AsDouble(Object, Double, ConvertErrorHandling)
ObjectValueConversion.AsNullableDouble(Object, Nullable<Double>, ConvertErrorHandling)
ObjectValueConversion.AsFloat(Object, Single, ConvertErrorHandling)
ObjectValueConversion.AsNullableFloat(Object, Nullable<Single>, ConvertErrorHandling)
ObjectValueConversion.AsDecimal(Object, Decimal, ConvertErrorHandling)
ObjectValueConversion.AsNullableDecimal(Object, Nullable<Decimal>, ConvertErrorHandling)
ObjectValueConversion.AsBool(Object, Boolean, ConvertErrorHandling)
ObjectValueConversion.AsNullableBool(Object, Nullable<Boolean>, ConvertErrorHandling)
ObjectValueConversion.AsGUID(Object, Guid, ConvertErrorHandling)
ObjectValueConversion.AsNullableGUID(Object, Nullable<Guid>, ConvertErrorHandling)
ObjectValueConversion.AsDateTime(Object)
ObjectValueConversion.AsDateTime(Object, DateTime, ConvertErrorHandling)
ObjectValueConversion.AsNullableDateTime(Object, Nullable<DateTime>, ConvertErrorHandling)
ObjectValueConversion.AsGDID(Object)
ObjectValueConversion.AsGDID(Object, GDID, ConvertErrorHandling)
ObjectValueConversion.AsNullableGDID(Object, Nullable<GDID>, ConvertErrorHandling)
ObjectValueConversion.AsGDIDSymbol(Object)
ObjectValueConversion.AsGDIDSymbol(Object, GDIDSymbol, ConvertErrorHandling)
ObjectValueConversion.AsNullableGDIDSymbol(Object, Nullable<GDIDSymbol>, ConvertErrorHandling)
ObjectValueConversion.AsTimeSpan(Object)
ObjectValueConversion.AsTimeSpan(Object, TimeSpan, ConvertErrorHandling)
ObjectValueConversion.AsNullableTimeSpan(Object, Nullable<TimeSpan>, ConvertErrorHandling)
ObjectValueConversion.AsEnum<TEnum>(Object, TEnum, ConvertErrorHandling)
ObjectValueConversion.AsNullableEnum<TEnum>(Object, Nullable<TEnum>, ConvertErrorHandling)
ObjectValueConversion.AsUri(Object, Uri, ConvertErrorHandling)
LookAheadExtensions.AsLookAheadEnumerable<T>(IEnumerable<T>)
JSONExtensions.ToJSON(Object, JSONWritingOptions)
JSONExtensions.ToJSON(Object, TextWriter, JSONWritingOptions)
JSONExtensions.ToJSON(Object, Stream, JSONWritingOptions, Encoding)
ErlObject.ToErlObject(Object)
ErlObject.ToErlObject(Object, ErlTypeOrder, Boolean)
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX