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