Click or drag to resize

UnsignedLongNode Constructor (IGraph, UInt64, String)

Creates a new unsigned long valued node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public UnsignedLongNode(
	IGraph g,
	ulong value,
	string lexicalValue
)

Parameters

g
Type: VDS.RDFIGraph
Graph the node belongs to.
value
Type: SystemUInt64
Unsigned Long value.
lexicalValue
Type: SystemString
Lexical Value.
See Also