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
)
Public Sub New (
g As IGraph,
type As NodeType
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph this Node is in. - type
- Type: VDS.RDFNodeType
Node Type.
See Also