Click or drag to resize

IObjectFactoryCanLoadObject Method

Returns whether this Factory is capable of creating objects of the given type.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool CanLoadObject(
	Type t
)

Parameters

t
Type: SystemType
Target Type.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Configuration.IObjectFactory.CanLoadObject(System.Type)"]

See Also