Click or drag to resize

graphNodeSet Constructor (IEnumerableIGraphNode, IGraphNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a graph from specified set of IGraphNodes, with common root node localRoot

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public graphNodeSet(
	IEnumerable<IGraphNode> source,
	IGraphNode localRoot
)
Request Example View Source

Parameters

source
Type: System.Collections.GenericIEnumerableIGraphNode
The source collection
localRoot
Type: imbSCI.Data.collection.graphIGraphNode
Local root node, to be used
See Also