UCosmic.Domain.People.EmailAddress.EmailAddress C# (CSharp) Méthode

EmailAddress() protected méthode

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