Beispiel #1
0
 public void Init()
 {
     queue = new CircularQueue<int>();
 }
Beispiel #2
0
 public void Init()
 {
     coll = new CircularQueue<int>(); rad16 = new RadixFormatProvider(16);
 }
Beispiel #3
0
 public void Dispose()
 {
     queue = null;
 }
Beispiel #4
0
 public void Dispose()
 {
     coll = null; rad16 = null;
 }
Beispiel #5
0
 public void Dispose()
 {
     coll = null; rad16 = null;
 }
Beispiel #6
0
 public void Init()
 {
     coll = new CircularQueue <int>(); rad16 = new RadixFormatProvider(16);
 }
Beispiel #7
0
 public void Dispose()
 {
     queue = null;
 }
Beispiel #8
0
 public void Init()
 {
     queue = new CircularQueue <int>();
 }