Base Constructor which instantiates the Graph reference, Graph Uri and Node Type of the Node.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic BaseNode(
IGraph g,
NodeType type
)
Public Sub New (
g As IGraph,
type As NodeType
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph this Node is in. - type
- Type: VDS.RDF.NodeType
Node Type.
See Also