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
)
Public Sub New (
g As IGraph,
value As SByte
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph the node belongs to. - value
- Type: SystemSByte
Signed Byte value.
See Also