NodeMatchPatternConstruct Method |
Constructs a Node based on the given Set.
Namespace:
VDS.RDF.Query.Patterns
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override INode Construct(
ConstructContext context
)
Protected Overrides 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.NodeMatchPattern.Construct(VDS.RDF.Query.Construct.ConstructContext)"]
See Also