public BigListItemEnumerator(BigList <V> bigList) { _bigList = bigList; }
public BigListItemCollection(BigList <V> bigList) { _bigList = bigList; }