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