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