Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Log Namespace / LogEntryList Class / BinarySearch Method / BinarySearch(LogEntryBase) Method

In This Topic
    BinarySearch(LogEntryBase) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function BinarySearch( _
       ByVal item As LogEntryBase _
    ) As System.Integer
    public System.int BinarySearch( 
       LogEntryBase item
    )

    Parameters

    item
    See Also