GraphNodeIdCollection Methods

 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubmethodCompareTo(Object^)

System_CAPS_pubmethodEquals(Object^)

Compares two of these lists to see whether all of the items are equal.

This assumes the items will be in the same order inside the list.

This is a performance optimization, and needed for method arguments, where a different order means a different overload(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Computes the hash code for this collection and caches it(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValueByName<T>(GraphNodeIdName^)

Gets a value from the first embedded GraphNodeId that matches the name

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Gets this GraphNodeId collection as a string(Overrides Object::ToString().)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable<GraphNodeId^>::GetEnumerator()

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Get our Enumerator. This prevents direct access to the _array

Return to top
Show: