BaseLiteralNode Constructor (IGraph, String) |
Internal Only Constructor for Literal Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected BaseLiteralNode(
IGraph g,
string literal
)
Protected Sub New (
g As IGraph,
literal As String
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph this Node is in. - literal
- Type: SystemString
String value of the Literal.
See Also