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