UnsignedLongNode Constructor (IGraph, UInt64) | 
 
            Creates a new unsigned long valued node.
            
 
    Namespace: 
   VDS.RDF.Nodes
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic UnsignedLongNode(
	IGraph g,
	ulong value
)
Public Sub New ( 
	g As IGraph,
	value As ULong
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph the node belongs to. - value
 - Type: SystemUInt64
Unsigned Long value. 
See Also