Class DirContentSource.Iterator
Iterator over the files in the directory.
Inheritance
System.Object
DirContentSource.Iterator
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class Iterator : IEnumerator<FileInfo>
Constructors
Name | Description |
---|---|
Iterator(DirectoryInfo) |
Properties
Name | Description |
---|---|
Count | |
Current |
Methods
Name | Description |
---|---|
Dispose() | |
Dispose(Boolean) | |
MoveNext() | |
Reset() |