Click or drag to resize

WrapperGraph Constructor (IGraph)

Creates a new wrapper around the given Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public WrapperGraph(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also