CollectionAlgorithms.BinarySearch Method |
Name | Description | |
---|---|---|
![]() ![]() | BinarySearch<T>(IList<T>, T) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>.
|
![]() ![]() | BinarySearch<T>(IList<T>, T, IComparer<T>) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>.
|
![]() ![]() | BinarySearch<TListItem, TMatchItem>(IList<TListItem>, TMatchItem, CollectionAlgorithms.ComparisonOfDifferentTypes<TListItem, TMatchItem>) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>. The element to search for can be a different type from the items
in the collection.
|
![]() ![]() | BinarySearch<T>(IList<T>, T, IComparer<T>, Int32, Int32) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>.
|
![]() ![]() | BinarySearch<TListItem, TMatchItem>(IList<TListItem>, TMatchItem, CollectionAlgorithms.ComparisonOfDifferentTypes<TListItem, TMatchItem>, Int32, Int32) |
Uses a binary search algorithm to locate a specific element in the sorted
IList<T>. The element to search for can be a different type from the items
in the collection.
|