Search Results for

    Show / Hide Table of Contents

    Constructor EnvBinder

    | Improve this Doc View Source

    EnvBinder()

    Initializes a new instance of the EnvBinder class.

    Declaration
    public EnvBinder()
    | Improve this Doc View Source

    EnvBinder(IEnvironmentVariablesProvider)

    Initializes a new instance of the EnvBinder class with environment variables provider.

    Declaration
    public EnvBinder(IEnvironmentVariablesProvider provider)
    Parameters
    Type Name Description
    IEnvironmentVariablesProvider provider

    The environment variables provider.

    Exceptions
    Type Condition
    ArgumentNullException

    provider is null.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2021 DotEnv.Core