GraphNodeCollection::Add Method (IEnumerable<GraphNode^>^)

 

Add all the nodes in the given set.

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

public:
void Add(
	IEnumerable<GraphNode^>^ nodes
)

Parameters

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

The set of nodes to add.

Return to top
Show: