Click or drag to resize

ConfigurationLoaderLoadObjectT Method (Uri)

Loads the Object identified by the given URI as an object of the given type based on information from the Configuration Graph.

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

Parameters

objectIdentifier
Type: SystemUri

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject``1(System.Uri)"]

Return Value

Type: T

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

Implements

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