WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BinaryList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BinaryList

    Used to store the row header and column header values as BinaryList.

    Inheritance
    System.Object
    System.Collections.Generic.List<System.IComparable>
    BinaryList
    Implements
    System.Collections.Generic.IList<System.IComparable>
    System.Collections.Generic.ICollection<System.IComparable>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<System.IComparable>
    System.Collections.Generic.IReadOnlyCollection<System.IComparable>
    System.Collections.Generic.IEnumerable<System.IComparable>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<System.IComparable>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<System.IComparable>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<System.IComparable>.Add(System.IComparable)
    System.Collections.Generic.List<System.IComparable>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<System.IComparable>.AddRange(System.Collections.Generic.IEnumerable<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.AsReadOnly()
    System.Collections.Generic.List<System.IComparable>.BinarySearch(System.Int32, System.Int32, System.IComparable, System.Collections.Generic.IComparer<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.BinarySearch(System.IComparable)
    System.Collections.Generic.List<System.IComparable>.BinarySearch(System.IComparable, System.Collections.Generic.IComparer<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.Clear()
    System.Collections.Generic.List<System.IComparable>.Contains(System.IComparable)
    System.Collections.Generic.List<System.IComparable>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<System.IComparable>.ConvertAll<TOutput>(System.Converter<System.IComparable, TOutput>)
    System.Collections.Generic.List<System.IComparable>.CopyTo(System.IComparable[])
    System.Collections.Generic.List<System.IComparable>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<System.IComparable>.CopyTo(System.Int32, System.IComparable[], System.Int32, System.Int32)
    System.Collections.Generic.List<System.IComparable>.CopyTo(System.IComparable[], System.Int32)
    System.Collections.Generic.List<System.IComparable>.Exists(System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.Find(System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.FindAll(System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.FindIndex(System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.FindIndex(System.Int32, System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.FindIndex(System.Int32, System.Int32, System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.FindLast(System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.FindLastIndex(System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.FindLastIndex(System.Int32, System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.ForEach(System.Action<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.GetEnumerator()
    System.Collections.Generic.List<System.IComparable>.System.Collections.Generic.IEnumerable<System.IComparable>.GetEnumerator()
    System.Collections.Generic.List<System.IComparable>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<System.IComparable>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<System.IComparable>.IndexOf(System.IComparable)
    System.Collections.Generic.List<System.IComparable>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<System.IComparable>.IndexOf(System.IComparable, System.Int32)
    System.Collections.Generic.List<System.IComparable>.IndexOf(System.IComparable, System.Int32, System.Int32)
    System.Collections.Generic.List<System.IComparable>.Insert(System.Int32, System.IComparable)
    System.Collections.Generic.List<System.IComparable>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<System.IComparable>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.LastIndexOf(System.IComparable)
    System.Collections.Generic.List<System.IComparable>.LastIndexOf(System.IComparable, System.Int32)
    System.Collections.Generic.List<System.IComparable>.LastIndexOf(System.IComparable, System.Int32, System.Int32)
    System.Collections.Generic.List<System.IComparable>.Remove(System.IComparable)
    System.Collections.Generic.List<System.IComparable>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<System.IComparable>.RemoveAll(System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.RemoveAt(System.Int32)
    System.Collections.Generic.List<System.IComparable>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<System.IComparable>.Reverse()
    System.Collections.Generic.List<System.IComparable>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<System.IComparable>.Sort()
    System.Collections.Generic.List<System.IComparable>.Sort(System.Collections.Generic.IComparer<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.Sort(System.Comparison<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.ToArray()
    System.Collections.Generic.List<System.IComparable>.TrimExcess()
    System.Collections.Generic.List<System.IComparable>.TrueForAll(System.Predicate<System.IComparable>)
    System.Collections.Generic.List<System.IComparable>.Capacity
    System.Collections.Generic.List<System.IComparable>.Count
    System.Collections.Generic.List<System.IComparable>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<System.IComparable>.System.Collections.Generic.ICollection<System.IComparable>.IsReadOnly
    System.Collections.Generic.List<System.IComparable>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<System.IComparable>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<System.IComparable>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<System.IComparable>.Item[System.Int32]
    System.Collections.Generic.List<System.IComparable>.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: Syncfusion.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    public class BinaryList : List<IComparable>, IList<IComparable>, ICollection<IComparable>, IList, ICollection, IReadOnlyList<IComparable>, IReadOnlyCollection<IComparable>, IEnumerable<IComparable>, IEnumerable

    Constructors

    BinaryList()

    Declaration
    public BinaryList()

    Methods

    AddIfUnique(IComparable)

    Method that returns an integer value after performing insertion.

    Declaration
    public int AddIfUnique(IComparable o)
    Parameters
    Type Name Description
    System.IComparable o

    IComparable object

    Returns
    Type Description
    System.Int32

    Object

    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

    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>, Int32)
    FunctionalExtensions.Zip<TFirst, TSecond, TResult>(IEnumerable<TFirst>, IEnumerable<TSecond>, Func<TFirst, TSecond, TResult>)
    FunctionalExtensions.Fold<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldLeft<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldRight<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.MoveTo(IList, Int32, Int32)
    FunctionalExtensions.ToObservableCollection<T>(IEnumerable<T>)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, String[], IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, List<String>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved