BaseBlankNode Constructor (IGraph, String) |
Internal Only constructor for Blank Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected BaseBlankNode(
IGraph g,
string nodeId
)
Protected Sub New (
g As IGraph,
nodeId As String
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph this Node belongs to. - nodeId
- Type: System.String
Custom Node ID to use.
See Also