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