Click or drag to resize

PathEvaluationContextPaths Property

Gets the hash set of incomplete paths generated so far.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public HashSet<PotentialPath> Paths { get; }

Property Value

Type: HashSetPotentialPath
See Also