BinarySearch(LogEntryBase,IComparer<LogEntryBase>) Method
In This Topic
Syntax
'Declaration
Public Overloads Function BinarySearch( _
ByVal As LogEntryBase, _
ByVal As System.Collections.Generic.IComparer(Of LogEntryBase) _
) As System.Integer
public System.int BinarySearch(
LogEntryBase ,
System.Collections.Generic.IComparer<LogEntryBase>
)
Parameters
- item
- comparer
See Also