UCosmic.Domain.People.EmailAddress.EmailAddress C# (CSharp) Method

EmailAddress() protected method

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