Example #1
0
 void reset()
 {
     mData = 0L;
     if (next != null)
     {
         next.reset();
     }
 }