BExIS.Dlm.Entities.MetadataStructure.MetadataCompoundAttribute.MetadataCompoundAttribute C# (CSharp) Метод

MetadataCompoundAttribute() публичный Метод

public MetadataCompoundAttribute ( ) : System
Результат System
        public MetadataCompoundAttribute()
            : base()
        {
            MetadataNestedAttributeUsages = new List<MetadataNestedAttributeUsage>();
        }
MetadataCompoundAttribute