Share via


EdgePointCollection Members

Include Protected Members
Include Inherited Members

The EdgePointCollection type exposes the following members.

Constructors

 

Name

Description

Public method

EdgePointCollection

Overloaded.

Top

Methods

 

Name

Description

Public method

Add

Overloaded.

Public method

AddRange

Adds the elements of an ICollection to the end of the ArrayList. (Inherited from ArrayList.)

Public method

BinarySearch

Overloaded. Uses a binary search algorithm to locate a specific element in the sorted ArrayList or a portion of it.

Public method

Clear

Removes all elements from the ArrayList. (Inherited from ArrayList.)

Public method

Clone

Creates a shallow copy of the ArrayList. (Inherited from ArrayList.)

Public method

Contains

Overloaded.

Public method

CopyTo

Overloaded.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetEnumerator

Overloaded. Returns an enumerator that iterates through the ArrayList.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetRange

Returns an ArrayList which represents a subset of the elements in the source ArrayList. (Inherited from ArrayList.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

IndexOf

Overloaded.

Public method

Insert

Overloaded.

Public method

InsertRange

Inserts the elements of a collection into the ArrayList at the specified index. (Inherited from ArrayList.)

Public method

LastIndexOf

Overloaded. Returns the zero-based index of the last occurrence of a value in the ArrayList or in a portion of it.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public methodStatic member

ReadOnly

Public method

Remove

Overloaded.

Public method

RemoveAt

Removes the element at the specified index of the ArrayList. (Inherited from ArrayList.)

Public method

RemoveRange

Removes a range of elements from the ArrayList. (Inherited from ArrayList.)

Public method

Reverse

Overloaded. Reverses the order of the elements in the ArrayList or a portion of it.

Public method

SetRange

Copies the elements of a collection over a range of elements in the ArrayList. (Inherited from ArrayList.)

Public method

Sort

Overloaded. Sorts the elements in the ArrayList or a portion of it.

Public method

ToArray

Overloaded. Copies the elements of the ArrayList to a new array.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Public method

TrimToSize

Sets the capacity to the actual number of elements in the ArrayList. (Inherited from ArrayList.)

Top

Properties

 

Name

Description

Public property

Capacity

Gets or sets the number of elements that the ArrayList can contain. (Inherited from ArrayList.)

Public property

Count

Gets the number of elements actually contained in the ArrayList. (Inherited from ArrayList.)

Public property

IsFixedSize

Gets a value indicating whether the ArrayList has a fixed size. (Inherited from ArrayList.)

Public property

IsReadOnly

(Overrides ArrayList.IsReadOnly.)

Public property

IsSynchronized

Gets a value indicating whether access to the ArrayList is synchronized (thread safe). (Inherited from ArrayList.)

Public property

Item

Public property

SyncRoot

Gets an object that can be used to synchronize access to the ArrayList. (Inherited from ArrayList.)

Top

See Also

Reference

EdgePointCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace