SobekCM.Resource_Object.Metadata_Modules.EAD.Description_of_Subordinate_Components.Description_of_Subordinate_Components C# (CSharp) Method

Description_of_Subordinate_Components() public method

Constructor for a new instance of the Description_of_Subordinate_Components class
public Description_of_Subordinate_Components ( ) : System
return System
        public Description_of_Subordinate_Components()
        {
            Containers = new List<Container_Info>();
            Did = new Descriptive_Identification();
        }