2 types derived from Iterator
mscorlib (2)
system\io\filesystemenumerable.cs (1)
161
internal class FileSystemEnumerableIterator<TSource> :
Iterator
<TSource>
system\io\ReadLinesIterator.cs (1)
25
internal class ReadLinesIterator :
Iterator
<string>
4 references to Iterator
mscorlib (4)
system\io\filesystemenumerable.cs (3)
101
protected abstract
Iterator
<TSource> Clone();
123
Iterator
<TSource> duplicate = Clone();
359
protected override
Iterator
<TSource> Clone()
system\io\ReadLinesIterator.cs (1)
61
protected override
Iterator
<string> Clone()