C# Class Dse.Graph.Path

Represents a walk through a graph as defined by a traversal.
Afficher le fichier Open project: datastax/csharp-driver-dse

Méthodes publiques

Méthode Description
Path ( ICollection labels, ICollection objects ) : System

Creates a new instance of Path.

Method Details

Path() public méthode

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
Résultat System