StringNode Constructor (IGraph, String) |
Creates a new String Node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public StringNode(
IGraph g,
string value
)
Public Sub New (
g As IGraph,
value As String
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph the Node belongs to. - value
- Type: SystemString
String value.
See Also