NodeFactoryCreateGraphLiteralNode Method (IGraph) | 
 
            Creates a Graph Literal Node which represents the given Subgraph.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IGraphLiteralNode CreateGraphLiteralNode(
	IGraph subgraph
)
Public Function CreateGraphLiteralNode ( 
	subgraph As IGraph
) As IGraphLiteralNode
Parameters
- subgraph
 - Type: VDS.RDFIGraph
Subgraph. 
Return Value
Type: 
IGraphLiteralNode[Missing <returns> documentation for "M:VDS.RDF.NodeFactory.CreateGraphLiteralNode(VDS.RDF.IGraph)"]
Implements
INodeFactoryCreateGraphLiteralNode(IGraph)
See Also