System.ComponentModel.DataAnnotations.CustomRegularExpressionAttribute.CustomRegularExpressionAttribute C# (CSharp) Méthode

CustomRegularExpressionAttribute() public méthode

public CustomRegularExpressionAttribute ( string pattern ) : System
pattern string
Résultat System
        public CustomRegularExpressionAttribute(string pattern)
            : base(pattern)
        {
        }
CustomRegularExpressionAttribute