CompositeIterator<T> constructor

CompositeIterator<T>(
  1. Iterator<T> _source
)

Implementation

CompositeIterator(this._source);