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