Definition
public static int BinarySearch( Array array, int index, int length, Object value );
Parameters
arraySystem.Array. indexSystem.Int32. lengthSystem.Int32. valueSystem.Object.
Return Value
System.Int32.