Creates a new instance of 
Path.
            
 
    Namespace: 
   Cassandra.DataStax.Graph
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic 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