ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.Design Namespace / BindingArrayList Class / BinarySearch Method / BinarySearch(Int32,Int32,Object,IComparer) Method

In This Topic
    BinarySearch(Int32,Int32,Object,IComparer) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function BinarySearch( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer, _
       ByVal value As System.Object, _
       ByVal comparer As System.Collections.IComparer _
    ) As System.Integer
    public virtual System.int BinarySearch( 
       System.int index,
       System.int count,
       System.object value,
       System.Collections.IComparer comparer
    )

    Parameters

    index
    count
    value
    comparer
    See Also