[Extension()] public static bool IsUsedByType( IUsed usedCodeElement, string userTypeFullName )
Parameters
- usedCodeElement
- This NDepend.CodeModel.IUsed object. A NDepend.CodeModel.IUsed object can be a NDepend.CodeModel.IAssembly, NDepend.CodeModel.INamespace, NDepend.CodeModel.IMember, NDepend.CodeModel.IType, NDepend.CodeModel.IMethod or NDepend.CodeModel.IField object.
- userTypeFullName
- The NDepend.CodeModel.ICodeElement.FullName of the type user.
The string userTypeFullName can contain wildcard '*' characters but cannot be just a single wildcard string "*".
If one or several types are matched by userTypeFullName, this method has a used by any behavior.