Click or drag to resize
Path Constructor
Creates a new instance of Path.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public Path(
	ICollection<ICollection<string>> labels,
	ICollection<GraphNode> objects
)

Parameters

labels
Type: System.Collections.GenericICollectionICollectionString
The sets of labels of the steps traversed by this path.
objects
Type: System.Collections.GenericICollectionGraphNode
The objects traversed by this path
See Also