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