Abp.Web.Mvc.Localized.LocalizedRegularExpression.LocalizedRegularExpression C# (CSharp) Method

LocalizedRegularExpression() public method

public LocalizedRegularExpression ( string pattern ) : System.ComponentModel.DataAnnotations
pattern string
return System.ComponentModel.DataAnnotations
        public LocalizedRegularExpression(string pattern)
            : base(pattern)
        {
        }