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
- other
Type: System.Collections.Generic.IEnumerable<GraphNode>
List of nodes to merge in
Return Value
Type: System.Boolean
true if the graph was change, otherwise false
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.