Click or drag to resize

DynamicNode Constructor

Initializes a new instance of the DynamicNode class.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DynamicNode(
	INode node,
	Uri baseUri = null
)

Parameters

node
Type: VDS.RDFINode
The node to wrap.
baseUri (Optional)
Type: SystemUri
The URI used to resolve relative predicate references.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen node has no graph.
See Also