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; }
Public ReadOnly Property Paths As HashSet(Of PotentialPath)
Get
Property Value
Type:
HashSetPotentialPathSee Also