示例#1
0
 public InterlockedInt(int start)
 {
     _il = new InterlockedLong(start);
 }
示例#2
0
 public InterlockedInt()
 {
     _il = new InterlockedLong();
 }