Parameters
- type
- This implementer type.
- interfaceFullName
- The NDepend.CodeModel.ICodeElement.FullName of the interface.
The string interfaceFullName can contain wildcard '*' characters but cannot be just a single wildcard string "*".
If one or several interfaces are matched by interfaceFullName, this method has a implements any behavior.
Return Value
interface being a NDepend.CodeModel.IType whose NDepend.CodeModel.ICodeElement.FullName is interfaceFullName:
Returns true if type implements a interface, otherwise returns false.
Returns true if type implements a interface, otherwise returns false.