Esempio n. 1
0
 internal virtual void LazySetNext(Node <E> val)
 {
     UNSAFE.putOrderedObject(this, NextOffset, val);
 }