Ejemplo n.º 1
0
 /// <summary>
 /// Clears all the objects in this instance.
 /// </summary>
 public void Clear()
 {
     data.Clear();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Clears all the objects in this instance.
 /// </summary>
 public void Clear()
 {
     childNodes.Clear();
 }