BinarySearch(Int32,Int32,Object,IComparer) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Function BinarySearch( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Object, _
ByVal As System.Collections.IComparer _
) As System.Integer
public virtual System.int BinarySearch(
System.int ,
System.int ,
System.object ,
System.Collections.IComparer
)
Parameters
- index
- count
- value
- comparer
See Also