Search Results for

    Show / Hide Table of Contents

    Class Integers

    Collection of integer values

    Inheritance
    object
    List<int>
    Integers
    Implements
    IList<int>
    ICollection<int>
    IList
    ICollection
    IReadOnlyList<int>
    IReadOnlyCollection<int>
    IEnumerable<int>
    IEnumerable
    Inherited Members
    List<int>.Add(int)
    List<int>.AddRange(IEnumerable<int>)
    List<int>.AsReadOnly()
    List<int>.BinarySearch(int, int, int, IComparer<int>)
    List<int>.BinarySearch(int)
    List<int>.BinarySearch(int, IComparer<int>)
    List<int>.Clear()
    List<int>.Contains(int)
    List<int>.ConvertAll<TOutput>(Converter<int, TOutput>)
    List<int>.CopyTo(int[])
    List<int>.CopyTo(int, int[], int, int)
    List<int>.CopyTo(int[], int)
    List<int>.EnsureCapacity(int)
    List<int>.Exists(Predicate<int>)
    List<int>.Find(Predicate<int>)
    List<int>.FindAll(Predicate<int>)
    List<int>.FindIndex(Predicate<int>)
    List<int>.FindIndex(int, Predicate<int>)
    List<int>.FindIndex(int, int, Predicate<int>)
    List<int>.FindLast(Predicate<int>)
    List<int>.FindLastIndex(Predicate<int>)
    List<int>.FindLastIndex(int, Predicate<int>)
    List<int>.FindLastIndex(int, int, Predicate<int>)
    List<int>.ForEach(Action<int>)
    List<int>.GetEnumerator()
    List<int>.GetRange(int, int)
    List<int>.Slice(int, int)
    List<int>.IndexOf(int)
    List<int>.IndexOf(int, int)
    List<int>.IndexOf(int, int, int)
    List<int>.Insert(int, int)
    List<int>.InsertRange(int, IEnumerable<int>)
    List<int>.LastIndexOf(int)
    List<int>.LastIndexOf(int, int)
    List<int>.LastIndexOf(int, int, int)
    List<int>.Remove(int)
    List<int>.RemoveAll(Predicate<int>)
    List<int>.RemoveAt(int)
    List<int>.RemoveRange(int, int)
    List<int>.Reverse()
    List<int>.Reverse(int, int)
    List<int>.Sort()
    List<int>.Sort(IComparer<int>)
    List<int>.Sort(int, int, IComparer<int>)
    List<int>.Sort(Comparison<int>)
    List<int>.ToArray()
    List<int>.TrimExcess()
    List<int>.TrueForAll(Predicate<int>)
    List<int>.Capacity
    List<int>.Count
    List<int>.this[int]
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class Integers : List<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable

    Constructors

    Integers()

    Declaration
    public Integers()

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable

    Extension Methods

    ListExtensions.Swap<T>(List<T>, int, int)
    In this article
    Back to top Generated by DocFX