Bridge

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

Overload List


  Name Description
Public method BinarySearch(T)
Searches the entire sorted List<(Of <(<'T>)>)> for an element using the default comparer and returns the zero-based index of the element.
Public method BinarySearch(Int32, Int32, T)
Public method BinarySearch(T, IComparer<(Of <<'(T>)>>))
Public method BinarySearch(Int32, Int32, T, IComparer<(Of <<'(T>)>>))