BaseUriNode Constructor (IGraph, Uri) |
Internal Only Constructor for URI Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected BaseUriNode(
IGraph g,
Uri uri
)
Protected Sub New (
g As IGraph,
uri As Uri
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph this Node is in. - uri
- Type: System.Uri
URI.
See Also