ElementFactory.hasInterface
bool hasInterface(string interfacename) nothrowCheck if factory implements the interface with name interfacename.
Parameters
interfacename | an interface name |
Returns
true when factory implement the interface.
bool hasInterface(string interfacename) nothrowCheck if factory implements the interface with name interfacename.
interfacename | an interface name |