コード例 #1
0
 public void Dispose()
 {
     this.parent = null;
 }
コード例 #2
0
 public IntIterator(IntBoundedPriorityQueue parent)
 {
     this.parent = parent;
 }