\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Util.Xml.Serialization Namespace / C1Stack Class / BinarySearch Method / BinarySearch(Object) Method

In This Topic
    BinarySearch(Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function BinarySearch( _
       ByVal value As System.Object _
    ) As System.Integer
    public virtual System.int BinarySearch( 
       System.object value
    )

    Parameters

    value
    See Also