Search Results for

    Show / Hide Table of Contents

    Class Longs

    Collection of Long values

    Inheritance
    object
    List<long>
    Longs
    Implements
    IList<long>
    ICollection<long>
    IList
    ICollection
    IReadOnlyList<long>
    IReadOnlyCollection<long>
    IEnumerable<long>
    IEnumerable
    Inherited Members
    List<long>.Add(long)
    List<long>.AddRange(IEnumerable<long>)
    List<long>.AsReadOnly()
    List<long>.BinarySearch(int, int, long, IComparer<long>)
    List<long>.BinarySearch(long)
    List<long>.BinarySearch(long, IComparer<long>)
    List<long>.Clear()
    List<long>.Contains(long)
    List<long>.ConvertAll<TOutput>(Converter<long, TOutput>)
    List<long>.CopyTo(long[])
    List<long>.CopyTo(int, long[], int, int)
    List<long>.CopyTo(long[], int)
    List<long>.EnsureCapacity(int)
    List<long>.Exists(Predicate<long>)
    List<long>.Find(Predicate<long>)
    List<long>.FindAll(Predicate<long>)
    List<long>.FindIndex(Predicate<long>)
    List<long>.FindIndex(int, Predicate<long>)
    List<long>.FindIndex(int, int, Predicate<long>)
    List<long>.FindLast(Predicate<long>)
    List<long>.FindLastIndex(Predicate<long>)
    List<long>.FindLastIndex(int, Predicate<long>)
    List<long>.FindLastIndex(int, int, Predicate<long>)
    List<long>.ForEach(Action<long>)
    List<long>.GetEnumerator()
    List<long>.GetRange(int, int)
    List<long>.Slice(int, int)
    List<long>.IndexOf(long)
    List<long>.IndexOf(long, int)
    List<long>.IndexOf(long, int, int)
    List<long>.Insert(int, long)
    List<long>.InsertRange(int, IEnumerable<long>)
    List<long>.LastIndexOf(long)
    List<long>.LastIndexOf(long, int)
    List<long>.LastIndexOf(long, int, int)
    List<long>.Remove(long)
    List<long>.RemoveAll(Predicate<long>)
    List<long>.RemoveAt(int)
    List<long>.RemoveRange(int, int)
    List<long>.Reverse()
    List<long>.Reverse(int, int)
    List<long>.Sort()
    List<long>.Sort(IComparer<long>)
    List<long>.Sort(int, int, IComparer<long>)
    List<long>.Sort(Comparison<long>)
    List<long>.ToArray()
    List<long>.TrimExcess()
    List<long>.TrueForAll(Predicate<long>)
    List<long>.Capacity
    List<long>.Count
    List<long>.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 Longs : List<long>, IList<long>, ICollection<long>, IList, ICollection, IReadOnlyList<long>, IReadOnlyCollection<long>, IEnumerable<long>, IEnumerable

    Constructors

    Longs()

    Declaration
    public Longs()

    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