The EdgeVertexList type exposes the following members.

Constructors

  NameDescription
EdgeVertexList
Initializes a new instance of the EdgeVertexList class

Methods

  NameDescription
AddOverloaded.
Clear
Removes all elements from the SortedDictionary<(Of <(TKey, TValue>)>).
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
ContainsKey
Determines whether the SortedDictionary<(Of <(TKey, TValue>)>) contains an element with the specified key.
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
ContainsValue
Determines whether the SortedDictionary<(Of <(TKey, TValue>)>) contains an element with the specified value.
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
CopyTo
Copies the elements of the SortedDictionary<(Of <(TKey, TValue>)>) to the specified array of KeyValuePair<(Of <(TKey, TValue>)>) structures, starting at the specified index.
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetEnumerator
Returns an enumerator that iterates through the SortedDictionary<(Of <(TKey, TValue>)>).
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Remove
Removes the element with the specified key from the SortedDictionary<(Of <(TKey, TValue>)>).
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TryGetValue
Gets the value associated with the specified key.
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)

Properties

  NameDescription
Comparer
Gets the IComparer<(Of <(T>)>) used to order the elements of the SortedDictionary<(Of <(TKey, TValue>)>).
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
Count
Gets the number of key/value pairs contained in the SortedDictionary<(Of <(TKey, TValue>)>).
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
Item
Gets or sets the value associated with the specified key.
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
Keys
Gets a collection containing the keys in the SortedDictionary<(Of <(TKey, TValue>)>).
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)
Values
Gets a collection containing the values in the SortedDictionary<(Of <(TKey, TValue>)>).
(Inherited from SortedDictionary<(Of <(Point, List<(Of <(Edge>)>)>)>).)

See Also