Click or drag to resize

ByteNode Constructor (IGraph, Byte)

Creates a new byte valued node.

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

Parameters

g
Type: VDS.RDFIGraph
Graph the node belongs to.
value
Type: SystemByte
Byte value.
See Also