• API

    Show / Hide Table of Contents

    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 Source

    Iterator(DirectoryInfo)

    Declaration
    public Iterator(DirectoryInfo f)
    Parameters
    Type Name Description
    System.IO.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
    System.IO.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()

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerator.Current

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object

    Implements

    System.Collections.Generic.IEnumerator<T>
    System.Collections.IEnumerator
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)