LiteralNode Constructor (IGraph, String, String) | 
 
            Internal Only Constructor for Literal Nodes.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected LiteralNode(
	IGraph g,
	string literal,
	string langspec
)
Protected Sub New ( 
	g As IGraph,
	literal As String,
	langspec As String
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph this Node is in. - literal
 - Type: SystemString
String value of the Literal. - langspec
 - Type: SystemString
String value for the Language Specifier for the Literal. 
See Also