예제 #1
0
파일: LatchMap.cs 프로젝트: Neo4Net/Neo4Net
 private bool CompareAndSetLatch(int index, Latch expected, Latch update)
 {
     return(UnsafeUtil.compareAndSwapObject(_latches, Offset(index), expected, update));
 }