ModelBuilder.AddressValueGenerator.AddressValueGenerator C# (CSharp) 메소드

AddressValueGenerator() 공개 메소드

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