MustRespectRegexNamingConvention(IQuery<INamedDeclaration>, string)
Reports a warning when any declaration in the selection fails not respect the given naming convention, given as a regular expression.
Declaration
public static void MustRespectRegexNamingConvention(this IQuery<INamedDeclaration> query, string pattern)
Parameters
Type | Name | Description |
---|---|---|
IQuery<INamedDeclaration> | query | |
string | pattern |