Click or drag to resize

PropertyEvaluate Method

Evaluates the Path using the given Path Evaluation Context.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Evaluate(
	PathEvaluationContext context
)

Parameters

context
Type: VDS.RDF.Query.PathsPathEvaluationContext
Path Evaluation Context.
See Also