Example #1
0
 private Latch GetLatch(int index)
 {
     return(( Latch )UnsafeUtil.getObjectVolatile(_latches, Offset(index)));
 }