BooleanNode Constructor (IGraph, Boolean, String) |
Creates a new boolean valued node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BooleanNode(
IGraph g,
bool value,
string lexicalValue
)
Public Sub New (
g As IGraph,
value As Boolean,
lexicalValue As String
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph the node belong to. - value
- Type: SystemBoolean
Boolean Value. - lexicalValue
- Type: SystemString
Lexical Value.
See Also