MustRespectNamingConvention(IVerifier<INamedDeclaration>, string)
Reports a warning when the target declaration does not respect the given naming convention, with the asterisk character (*
)
matching any substring.
Declaration
public static void MustRespectNamingConvention(this IVerifier<INamedDeclaration> verifier, string pattern)
Parameters
Type | Name | Description |
---|---|---|
IVerifier<INamedDeclaration> | verifier | |
string | pattern |