Click or drag to resize

BaseNode Constructor

Base Constructor which instantiates the Graph reference, Graph Uri and Node Type of the Node.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseNode(
	IGraph g,
	NodeType type
)

Parameters

g
Type: VDS.RDFIGraph
Graph this Node is in.
type
Type: VDS.RDFNodeType
Node Type.
See Also