Click or drag to resize

PathEvaluationContextCompletePaths Property

Gets the hash set of complete paths generated so far.

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

Property Value

Type: HashSetPotentialPath
See Also