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