Example #1
0
 public void Clear()
 {
     while (this._length > 0)
     {
         First();
         Remove();
     }
     header.Dispose();
 }