示例#1
0
 private void SetLatch(int index, BinaryLatch newValue)
 {
     UnsafeUtil.putObjectVolatile(_latches, Offset(index), newValue);
 }