Click or drag to resize

OptimiserFactoryCanLoadObject Method

Gets whether this Factory can load objects of the given Type.

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

Parameters

t
Type: SystemType
Type.

Return Value

Type: Boolean

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

Implements

IObjectFactoryCanLoadObject(Type)
See Also