Share via


Graph.Merge Method (IEnumerable<GraphNode>)

Merge 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)

Syntax

'Declaration
Public Function Merge ( _
    other As IEnumerable(Of GraphNode) _
) As Boolean
public bool Merge(
    IEnumerable<GraphNode> other
)
public:
bool Merge(
    IEnumerable<GraphNode^>^ other
)
member Merge : 
        other:IEnumerable<GraphNode> -> bool 
public function Merge(
    other : IEnumerable<GraphNode>
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the graph was change, otherwise false

.NET Framework Security

See Also

Reference

Graph Class

Merge Overload

Microsoft.VisualStudio.GraphModel Namespace