示例#1
0
 private static long GetState(long address)
 {
     return(UnsafeUtil.getLongVolatile(address));
 }