eDriven Framework API
BinarySearch Method
NamespaceseDriven.Gui.StylesOrderedObject<(Of <(<'T>)>)>BinarySearch()()()()
eDriven Framework API
Members
IconMemberDescription
BinarySearch(Int32, Int32, T, IComparer<(Of <<'(T>)>>))
Searches a range of elements in the sorted List<(Of <(<'T>)>)> for an element using the specified comparer and returns the zero-based index of the element.

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.

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

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)