ModelBuilder.AddressValueGenerator.AddressValueGenerator C# (CSharp) Méthode

AddressValueGenerator() public méthode

Initializes a new instance of the AddressValueGenerator class.
public AddressValueGenerator ( ) : System
Résultat System
        public AddressValueGenerator() : base(new Regex("(?<!email.*)address", RegexOptions.IgnoreCase), typeof(string))
        {
        }