Abp.Web.Mvc.Localized.LocalizedRegularExpression.LocalizedRegularExpression C# (CSharp) Метод

LocalizedRegularExpression() публичный Метод

public LocalizedRegularExpression ( string pattern ) : System.ComponentModel.DataAnnotations
pattern string
Результат System.ComponentModel.DataAnnotations
        public LocalizedRegularExpression(string pattern)
            : base(pattern)
        {
        }