Click or drag to resize

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
)

Parameters

g
Type: VDS.RDFIGraph
Graph the node belong to.
value
Type: SystemBoolean
Boolean Value.
lexicalValue
Type: SystemString
Lexical Value.
See Also