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