Click or drag to resize

PathEvaluationContext Constructor (PathEvaluationContext)

Creates a new Path Evaluation Context copied from the given Context.

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

Parameters

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