Click or drag to resize

ConfigurationLoaderLoadObject Method (String)

Loads the Object identified by the given blank node identifier as an Object.

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

Parameters

blankNodeIdentifier
Type: SystemString

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

Return Value

Type: Object

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

Implements

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