Click or drag to resize

BooleanNode Constructor (IGraph, Boolean)

Creates a new boolean valued node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BooleanNode(
	IGraph g,
	bool value
)

Parameters

g
Type: VDS.RDFIGraph
Graph the node belongs to.
value
Type: SystemBoolean
Boolean Value.
See Also