Bridge

List<(Of <(<'T>)>)>..::..BinarySearch Method (Int32, Int32, T)

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public int BinarySearch(
	int index,
	int length,
	T value
)
Public Function BinarySearch ( _
	index As Integer, _
	length As Integer, _
	value As T _
) As Integer
public:
int^ BinarySearch(
	int^ index, 
	int^ length, 
	T value
)

Parameters

index
Type: System..::..Int32
length
Type: System..::..Int32
value
Type: T