Click or drag to resize

PathTransformContext Constructor (PatternItem, PatternItem)

Creates a new Path Transform Context.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PathTransformContext(
	PatternItem start,
	PatternItem end
)

Parameters

start
Type: VDS.RDF.Query.PatternsPatternItem
Subject that is the start of the Path.
end
Type: VDS.RDF.Query.PatternsPatternItem
Object that is the end of the Path.
See Also