ElementFactory.hasInterface

bool hasInterface(string interfacename) nothrow

Check if factory implements the interface with name interfacename.

Parameters

interfacenamean interface name

Returns

true when factory implement the interface.