Bridge

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

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

Syntax


public int BinarySearch(
	T value,
	IComparer<T> comparer
)
Public Function BinarySearch ( _
	value As T, _
	comparer As IComparer(Of T) _
) As Integer
public:
int^ BinarySearch(
	T value, 
	IComparer<T>^ comparer
)

Parameters

value
Type: T
comparer
Type: System.Collections.Generic..::..IComparer<(Of <(<'T>)>)>