// Token: 0x06008D49 RID: 36169 RVA: 0x0025922C File Offset: 0x0025742C
 internal ContentElementCollectionEnumeratorSimple(ContentElementCollection <TParent, TItem> collection)
 {
     this._collection     = collection;
     this._index          = -1;
     this.Version         = this._collection.Version;
     this._currentElement = collection;
 }
Esempio n. 2
0
            internal ContentElementCollectionEnumeratorSimple(ContentElementCollection <TParent, TItem> collection)
            {
                Debug.Assert(collection != null);

                _collection     = collection;
                _index          = -1;
                Version         = _collection.Version;
                _currentElement = collection;
            }