internal void Clear()
 {
     m_datalist.Clear();
 }
Пример #2
0
 void System.Collections.IList.Clear()
 {
     List.Clear();
 }
 /// <summary>
 /// Clears the collection, i.e. removes all entries.
 /// </summary>
 public void Clear()
 {
     _list.Clear();
 }