Class DirContentSource.Iterator
Iterator over the files in the directory.
Inheritance
System.Object
DirContentSource.Iterator
Implements
System.Collections.Generic.IEnumerator<System.IO.FileInfo>
System.Collections.IEnumerator
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class Iterator : IEnumerator<FileInfo>, IEnumerator, IDisposable
Constructors
| Improve this Doc View SourceIterator(DirectoryInfo)
Declaration
public Iterator(DirectoryInfo f)
Parameters
Type | Name | Description |
---|---|---|
System.IO.DirectoryInfo | f |
Properties
| Improve this Doc View SourceCount
Declaration
public virtual int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Current
Declaration
public virtual FileInfo Current { get; }
Property Value
Type | Description |
---|---|
System.IO.FileInfo |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
MoveNext()
Declaration
public virtual bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Reset()
Declaration
public virtual void Reset()
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Type | Description |
---|---|
System.Object |
Implements
System.Collections.Generic.IEnumerator<T>
System.Collections.IEnumerator
System.IDisposable