Search Results for

    Show / Hide Table of Contents

    Method GetEnumerator

    | Improve this Doc View Source

    GetEnumerator()

    Returns an enumerator that iterates through the errors contained in the container.

    Declaration
    public IEnumerator<string> GetEnumerator()
    Returns
    Type Description
    IEnumerator<String>

    An enumerator that can be used to iterate through the errors contained in the container.

    Implements
    IEnumerable<T>.GetEnumerator()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2021 DotEnv.Core