[Extension()] public static bool SimpleNameLike( ICodeElement codeElement, string regexString )
Parameters
- codeElement
- This NDepend.CodeModel.ICodeElement object.
- regexString
- The regular expression is defined with the System.Text.RegularExpressions syntax.
The regular expression string can be suffixed with "\i" to specify the ignore case option.