BExIS.Dlm.Entities.MetadataStructure.MetadataCompoundAttribute.MetadataCompoundAttribute C# (CSharp) 메소드

MetadataCompoundAttribute() 공개 메소드

public MetadataCompoundAttribute ( ) : System
리턴 System
        public MetadataCompoundAttribute()
            : base()
        {
            MetadataNestedAttributeUsages = new List<MetadataNestedAttributeUsage>();
        }
MetadataCompoundAttribute