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