Ejemplo n.º 1
0
 /// <summary> Clear all the information about the physical description of this item </summary>
 public void Clear()
 {
     extent = null;
     form   = null;
     if (notes != null)
     {
         notes.Clear();
     }
 }
 /// <summary> Clear all the information about the physical description of this item </summary>
 public void Clear()
 {
     extent = null;
     form = null;
     if (notes != null) notes.Clear();
 }