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

Clear() public method

Clear the contents of child componets and the descriptive identification
public Clear ( ) : void
return void
        public void Clear()
        {
            Did.Clear();
            Containers.Clear();
        }