Open sandboxFocus

Constructor NamingConventionAttribute

NamingConventionAttribute(string)

Initializes a new NamingConventionAttribute.

Declaration
public NamingConventionAttribute(string pattern)
Parameters
Type Name Description
string pattern

A wildcard pattern containing a

*
, or, if the parameter starts with the
regex:
prefix, a regular expression.