Click or drag to resize

Property.Evaluate 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.Paths.PathEvaluationContext
Path Evaluation Context.
See Also