System.ComponentModel.DataAnnotations.CustomRegularExpressionAttribute.CustomRegularExpressionAttribute C# (CSharp) Method

CustomRegularExpressionAttribute() public method

public CustomRegularExpressionAttribute ( string pattern ) : System
pattern string
return System
        public CustomRegularExpressionAttribute(string pattern)
            : base(pattern)
        {
        }
CustomRegularExpressionAttribute