







|
| Project Mercury API Reference |
| PolygonPointCollection..::.BinarySearch Method |
| PolygonPointCollection Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
![]() | 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.
(Inherited from List<(Of <(Vector2>)>).) |
![]() | 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.
(Inherited from List<(Of <(Vector2>)>).) |
![]() | 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.
(Inherited from List<(Of <(Vector2>)>).) |

