Click or drag to resize

ConfigurationLoaderLoadObject Method (Uri)

Loads the Object identified by the given URI as an Object.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Object LoadObject(
	Uri objectIdentifier
)

Parameters

objectIdentifier
Type: SystemUri

[Missing <param name="objectIdentifier"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject(System.Uri)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject(System.Uri)"]

Implements

IConfigurationLoaderLoadObject(Uri)
Remarks
See remarks under LoadObject(IGraph, INode).
See Also