VirtuosoObjectFactoryCanLoadObject Method |
Returns whether this Factory is capable of creating objects of the given type.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF.Data.Virtuoso (in dotNetRDF.Data.Virtuoso.dll) Version: 2.0.1+5.Branch.master.Sha.2b2692866fdc3f3bb5bc6f318ab2f93abcc1a689
Syntax public bool CanLoadObject(
Type t
)
Public 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.VirtuosoObjectFactory.CanLoadObject(System.Type)"]
Implements
IObjectFactoryCanLoadObject(Type)See Also