SobekCM.Resource_Object.Metadata_Modules.EAD.Description_of_Subordinate_Components.Description_of_Subordinate_Components C# (CSharp) Метод

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

Constructor for a new instance of the Description_of_Subordinate_Components class
public Description_of_Subordinate_Components ( ) : System
Результат System
        public Description_of_Subordinate_Components()
        {
            Containers = new List<Container_Info>();
            Did = new Descriptive_Identification();
        }