Show / Hide Table of Contents

    Class DirContentSource.Iterator

    Iterator over the files in the directory.

    Inheritance
    System.Object
    DirContentSource.Iterator
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class Iterator : IEnumerator<FileInfo>

    Constructors

    | Improve this Doc View Source

    Iterator(DirectoryInfo)

    Declaration
    public Iterator(DirectoryInfo f)
    Parameters
    Type Name Description
    DirectoryInfo f

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    public virtual int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Current

    Declaration
    public virtual FileInfo Current { get; }
    Property Value
    Type Description
    FileInfo

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    | Improve this Doc View Source

    MoveNext()

    Declaration
    public virtual bool MoveNext()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Reset()

    Declaration
    public virtual void Reset()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)