\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Util.Xml.Serialization Namespace / C1Stack 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