C# 클래스 Dse.Graph.Path

Represents a walk through a graph as defined by a traversal.
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

공개 메소드들

메소드 설명
Path ( ICollection labels, ICollection objects ) : System

Creates a new instance of Path.

메소드 상세

Path() 공개 메소드

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
리턴 System