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
)
Function CanLoadObject (
t As Type
) As Boolean
Parameters
- t
- Type: SystemType
Target Type.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Configuration.IObjectFactory.CanLoadObject(System.Type)"]
See Also