MustRespectNamingConvention(IQuery<INamedDeclaration>, string)
Reports a warning when any declaration in the selection fails to respect the given naming convention, with the asterisk character (*
)
matching any substring.
Declaration
public static void MustRespectNamingConvention(this IQuery<INamedDeclaration> query, string pattern)
Parameters
Type | Name | Description |
---|---|---|
IQuery<INamedDeclaration> | query | |
string | pattern |