Class ArcToCollection
ArcToCollection class
ArcTo collection.
public class ArcToCollection : Collection<ArcTo>
Properties
Methods
| Name | Description |
|---|
| BinarySearch(ArcTo) | |
| BinarySearch(ArcTo, IComparer<ArcTo>) | |
| BinarySearch(int, int, ArcTo, IComparer<ArcTo>) | |
| Clear() | |
| Contains(ArcTo) | |
| CopyTo(ArcTo[]) | |
| CopyTo(ArcTo[], int) | |
| CopyTo(int, ArcTo[], int, int) | |
| Exists(Predicate<ArcTo>) | |
| Find(Predicate<ArcTo>) | |
| FindAll(Predicate<ArcTo>) | |
| FindIndex(Predicate<ArcTo>) | |
| FindIndex(int, Predicate<ArcTo>) | |
| FindIndex(int, int, Predicate<ArcTo>) | |
| FindLast(Predicate<ArcTo>) | |
| FindLastIndex(Predicate<ArcTo>) | |
| FindLastIndex(int, Predicate<ArcTo>) | |
| FindLastIndex(int, int, Predicate<ArcTo>) | |
| GetEnumerator() | |
| IndexOf(ArcTo) | |
| IndexOf(ArcTo, int) | |
| IndexOf(ArcTo, int, int) | |
| LastIndexOf(ArcTo) | |
| LastIndexOf(ArcTo, int) | |
| LastIndexOf(ArcTo, int, int) | |
| RemoveAt(int) | |
See Also