C# Class Dse.Graph.Path

Represents a walk through a graph as defined by a traversal.
Datei anzeigen Open project: datastax/csharp-driver-dse

Public Methods

Method Description
Path ( ICollection labels, ICollection objects ) : System

Creates a new instance of Path.

Method Details

Path() public method

Creates a new instance of Path.
public Path ( ICollection labels, ICollection objects ) : System
labels ICollection The sets of labels of the steps traversed by this path.
objects ICollection The objects traversed by this path
return System