Search Results for

    Show / Hide Table of Contents

    Class EnvironmentVariablesProviderExtensions

    Extension methods for adding IEnvironmentVariablesProvider.

    Inheritance
    Object
    EnvironmentVariablesProviderExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DotEnv.Core
    Assembly: DotEnv.Core.dll
    Syntax
    public static class EnvironmentVariablesProviderExtensions

    Methods

    Name Description
    CreateBinder(IEnvironmentVariablesProvider)

    Creates an instance that implements the IEnvBinder interface.

    CreateReader(IEnvironmentVariablesProvider)

    Creates an instance that implements the IEnvReader interface.

    CreateValidator(IEnvironmentVariablesProvider)

    Creates an instance that implements the IEnvValidator interface.

    ToDictionary(IEnvironmentVariablesProvider)

    Converts the environment variables provider to a dictionary.

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