コード例 #1
0
 public _IEnumerator_203(ConcurrentHashIndex <E> _enclosing)
 {
     this._enclosing = _enclosing;
     this.index      = 0;
     this.size       = this._enclosing._enclosing.Count;
 }
コード例 #2
0
 public _AbstractList_142(ConcurrentHashIndex <E> _enclosing, int[] indices)
 {
     this._enclosing = _enclosing;
     this.indices    = indices;
 }