Click or drag to resize

SignedByteNode Constructor (IGraph, SByte)

Creates a new signed byte node.

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

Parameters

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