'Declaration
Public Overloads Function BinarySearch( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As CodeRange, _
ByVal As System.Collections.Generic.IComparer(Of CodeRange) _
) As System.Integer
public System.int BinarySearch(
System.int ,
System.int ,
CodeRange ,
System.Collections.Generic.IComparer<CodeRange>
)