Esempio n. 1
0
 public void Reindex(int prev)
 {
     index = prev + 1;
     if (tail)
     {
         tail.Reindex(index);
     }
 }