ByteNode Constructor (IGraph, Byte) |
Creates a new byte valued node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic ByteNode(
IGraph g,
byte value
)
Public Sub New (
g As IGraph,
value As Byte
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph the node belongs to. - value
- Type: System.Byte
Byte value.
See Also