Creates a new instance of
Path.
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax 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