UCosmic.Domain.People.EmailAddress.EmailAddress C# (CSharp) 메소드

EmailAddress() 보호된 메소드

protected EmailAddress ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        protected internal EmailAddress()
        {
            // ReSharper disable DoNotCallOverridableMethodsInConstructor
            Confirmations = new List<EmailConfirmation>();
            // ReSharper restore DoNotCallOverridableMethodsInConstructor
        }