SobekCM.Resource_Object.Metadata_Modules.EAD.Description_of_Subordinate_Components.Clear C# (CSharp) 메소드

Clear() 공개 메소드

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