Graph::Merge Method (IEnumerable<GraphNode^>^)

 

Merges all of the nodes from the given node list into this graph.

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

public:
bool Merge(
	IEnumerable<GraphNode^>^ other
)

Parameters

other
Type: System.Collections.Generic::IEnumerable<GraphNode^>^

List of nodes to merge in.

Return Value

Type: System::Boolean

True if the graph was changed. Otherwise, false.

Return to top
Show: