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