MustRespectRegexNamingConvention(IAspectReceiver<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 IAspectReceiver<INamedDeclaration> receiver, string pattern)
Parameters
Type | Name | Description |
---|---|---|
IAspectReceiver<INamedDeclaration> | receiver | |
string | pattern |