CollectionAlgorithmsBinarySearch Method |
Name | Description | |
---|---|---|
![]() ![]() | BinarySearchT(IListT, T) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT.
|
![]() ![]() | BinarySearchT(IListT, T, IComparerT) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT.
|
![]() ![]() | BinarySearchTListItem, TMatchItem(IListTListItem, TMatchItem, CollectionAlgorithmsComparisonOfDifferentTypesTListItem, TMatchItem) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT. The element to search for can be a different type from the items
in the collection.
|
![]() ![]() | BinarySearchT(IListT, T, IComparerT, Int32, Int32) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT.
|
![]() ![]() | BinarySearchTListItem, TMatchItem(IListTListItem, TMatchItem, CollectionAlgorithmsComparisonOfDifferentTypesTListItem, TMatchItem, Int32, Int32) |
Uses a binary search algorithm to locate a specific element in the sorted
IListT. The element to search for can be a different type from the items
in the collection.
|