EdgePointCollection Members
Include Protected Members
Include Inherited Members
The EdgePointCollection type exposes the following members.
Constructors
Name
Description
Overloaded.
Top
Methods
Name
Description
Overloaded.
Adds the elements of an ICollection to the end of the ArrayList. (Inherited from ArrayList.)
Overloaded. Uses a binary search algorithm to locate a specific element in the sorted ArrayList or a portion of it.
Removes all elements from the ArrayList. (Inherited from ArrayList.)
Creates a shallow copy of the ArrayList. (Inherited from ArrayList.)
Overloaded.
Overloaded.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Overloaded. Returns an enumerator that iterates through the ArrayList.
Serves as a hash function for a particular type. (Inherited from Object.)
Returns an ArrayList which represents a subset of the elements in the source ArrayList. (Inherited from ArrayList.)
Gets the type of the current instance. (Inherited from Object.)
Overloaded.
Overloaded.
Inserts the elements of a collection into the ArrayList at the specified index. (Inherited from ArrayList.)
Overloaded. Returns the zero-based index of the last occurrence of a value in the ArrayList or in a portion of it.
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded.
Removes the element at the specified index of the ArrayList. (Inherited from ArrayList.)
Removes a range of elements from the ArrayList. (Inherited from ArrayList.)
Overloaded. Reverses the order of the elements in the ArrayList or a portion of it.
Copies the elements of a collection over a range of elements in the ArrayList. (Inherited from ArrayList.)
Overloaded. Sorts the elements in the ArrayList or a portion of it.
Overloaded. Copies the elements of the ArrayList to a new array.
Returns a string that represents the current object. (Inherited from Object.)
Sets the capacity to the actual number of elements in the ArrayList. (Inherited from ArrayList.)
Top
Properties
Name
Description
Gets or sets the number of elements that the ArrayList can contain. (Inherited from ArrayList.)
Gets the number of elements actually contained in the ArrayList. (Inherited from ArrayList.)
Gets a value indicating whether the ArrayList has a fixed size. (Inherited from ArrayList.)
(Overrides ArrayList.IsReadOnly.)
Gets a value indicating whether access to the ArrayList is synchronized (thread safe). (Inherited from ArrayList.)
Gets an object that can be used to synchronize access to the ArrayList. (Inherited from ArrayList.)
Top