ConfigurationLoader Constructor (IGraph) |
Creates a new instance of
ConfigurationLoader, which
loads an existing configuration graph and applies auto-configuration.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ConfigurationLoader(
IGraph configGraph
)
Public Sub New (
configGraph As IGraph
)
Parameters
- configGraph
- Type: VDS.RDFIGraph
[Missing <param name="configGraph"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.#ctor(VDS.RDF.IGraph)"]
See Also