Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
BinarySearch Method
NamespacesGenesyslab.Desktop.Infrastructure.ViewManagerInstantiatedViewsBinarySearch()()()
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: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)