menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BinaryList - Xamarin.Forms 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
    BinaryList
    Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class BinaryList : List<IComparable>

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved