PatternItemConstruct Method  | 
 
            Constructs a Node based on this Pattern for the given Set.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected abstract INode Construct(
	ConstructContext context
)
Protected MustOverride Function Construct ( 
	context As ConstructContext
) As INode
Parameters
- context
 - Type: VDS.RDF.Query.ConstructConstructContext
Construct Context. 
Return Value
Type: 
INode[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.PatternItem.Construct(VDS.RDF.Query.Construct.ConstructContext)"]
See Also