Add (inherited from ArrayList) | Adds an object to the end of the ArrayList. |
AddRange (inherited from ArrayList) | Adds the elements of an ICollection
to the end of the ArrayList. |
BinarySearch (inherited from ArrayList) | Searches the entire sorted ArrayList for an element using the specified comparer
and returns the zero-based index of the element. |
BinarySearch (inherited from ArrayList) | Searches the entire sorted ArrayList for an element using the default comparer and
returns the zero-based index of the element. |
BinarySearch (inherited from ArrayList) | Searches a section of the sorted ArrayList for
an element using the specified comparer and returns the zero-based index of the
element. |
Clear (inherited from ArrayList) | Removes all elements from the ArrayList. |
Clone |
Creates an exact replica of this set of coordinates.
|
Contains (inherited from ArrayList) | Determines whether an element is in the ArrayList. |
CopyTo (inherited from ArrayList) | Copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array. |
CopyTo (inherited from ArrayList) | Copies a range of elements from the ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array. |
CopyTo (inherited from ArrayList) | Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array. |
Equals |
Determines if the two objects are of the same type and if they contain the elements.
|
GetEnumerator (inherited from ArrayList) | Returns an enumerator for the entire
ArrayList. |
GetEnumerator (inherited from ArrayList) | Returns an enumerator for a section of the
ArrayList. |
GetHashCode |
Returns a unique integer for this object.
|
GetRange (inherited from ArrayList) | Returns an ArrayList which represents a subset of the elements in the source ArrayList. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf (inherited from ArrayList) | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ArrayList. |
IndexOf (inherited from ArrayList) | Searches for the specified Object and returns the zero-based index of the first occurrence within the section of the ArrayList that starts at the specified index and contains the specified number of elements. |
IndexOf (inherited from ArrayList) | Searches for the specified Object and returns the zero-based index of the first occurrence within the section of the ArrayList that extends from the specified index to the last element. |
Insert (inherited from ArrayList) | Inserts an element into the ArrayList
at the specified index. |
InsertRange (inherited from ArrayList) | Inserts the elements of a collection into
the ArrayList at the specified index. |
LastIndexOf (inherited from ArrayList) | Searches for the specified Object and returns the zero-based index of the last occurrence within the section of the ArrayList that contains the specified number of elements and ends at the specified index. |
LastIndexOf (inherited from ArrayList) | Searches for the specified Object and returns the zero-based index of the last occurrence within the section of the ArrayList that extends from the first element to the specified index. |
LastIndexOf (inherited from ArrayList) | Searches for the specified Object and returns the zero-based index of the last occurrence within the entire ArrayList. |
Remove (inherited from ArrayList) | Removes the first occurrence of a specific object from the ArrayList. |
RemoveAt (inherited from ArrayList) | Removes the element at the specified index
of the ArrayList. |
RemoveRange (inherited from ArrayList) | Removes a range of elements from the
ArrayList. |
Reverse (inherited from ArrayList) | Reverses the order of the elements in the
specified range. |
Reverse (inherited from ArrayList) | Reverses the order of the elements in the
entire ArrayList. |
ReverseCoordinateOrder |
Reverses the order of the coordinates in this set of coordinates.
|
SetRange (inherited from ArrayList) | Copies the elements of a collection over a
range of elements in the ArrayList. |
Sort (inherited from ArrayList) | Sorts the elements in a section
of ArrayList using the specified comparer. |
Sort (inherited from ArrayList) | Sorts the elements in the
entire ArrayList using the specified comparer. |
Sort (inherited from ArrayList) | Sorts the elements in the
entire ArrayList using the IComparable implementation of each element. |
ToArray (inherited from ArrayList) | Copies the elements of the ArrayList
to a new array of the specified type. |
ToArray (inherited from ArrayList) | Copies the elements of the ArrayList
to a new Object array. |
ToString |
Returns a string representation of the Coordinates object.
|
TrimToSize (inherited from ArrayList) | Sets the capacity to the actual number of elements in the ArrayList. |