The ILocations type exposes the following members.
Methods
Extension Methods
| Name | Description |
---|
 | BinarySearch<ILocation>(ILocation) | Overloaded. (Defined by GenericExtensions.) |
 | BinarySearch<ILocation>(Func<ILocation, Int32>) | Overloaded. (Defined by GenericExtensions.) |
 | BinarySearch<ILocation>(ILocation, IComparer<ILocation>) | Overloaded. (Defined by GenericExtensions.) |
 | BinarySearch<ILocation, TKey>(Func<ILocation, TKey>, TKey) | Overloaded. (Defined by GenericExtensions.) |
 | BinarySearch<ILocation, TKey>(Func<ILocation, TKey>, TKey, IComparer<TKey>) | Overloaded. (Defined by GenericExtensions.) |
 | FindIndex<ILocation>(Predicate<ILocation>) | Overloaded. (Defined by GenericExtensions.) |
 | FindIndex<ILocation>(Int32, Predicate<ILocation>) | Overloaded. (Defined by GenericExtensions.) |
 | Sort<ILocation>() | Overloaded. (Defined by GenericExtensions.) |
 | Sort<ILocation>(IComparer<ILocation>) | Overloaded. (Defined by GenericExtensions.) |
 | SortStable<ILocation>() | Overloaded. (Defined by GenericExtensions.) |
 | SortStable<ILocation>(IComparer<ILocation>) | Overloaded. (Defined by GenericExtensions.) |
 | SortStable<ILocation>(Comparison<ILocation>) | Overloaded. (Defined by GenericExtensions.) |
Top
See Also