MustRespectRegexNamingConvention(IVerifier<INamedDeclaration>, string)
Reports a warning when the target declaration does not respect the given naming convention, given as a regular expression.
Declaration
public static void MustRespectRegexNamingConvention(this IVerifier<INamedDeclaration> verifier, string pattern)
Parameters
Type | Name | Description |
---|---|---|
IVerifier<INamedDeclaration> | verifier | |
string | pattern |