Click or drag to resize

CredentialsFactory.CanLoadObject 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: System.Type
Type.

Return Value

Type: Boolean

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

Implements

IObjectFactory.CanLoadObject(Type)
See Also