Search Results for

    Show / Hide Table of Contents

    Interface IEnvironmentVariablesProvider

    Represents the environment variables provider. The environment variables can be obtained from any provider (e.g., from a Dictionary<TKey,TValue> or from the current process).

    Inherited Members
    IEnumerable<KeyValuePair<String, String>>.GetEnumerator()
    IEnumerable.GetEnumerator()
    Namespace: DotEnv.Core
    Assembly: DotEnv.Core.dll
    Syntax
    public interface IEnvironmentVariablesProvider : IEnumerable<KeyValuePair<string, string>>, IEnumerable

    Properties

    Name Description
    Item[String]

    Gets or sets the value of the variable.

    Extension Methods

    EnvironmentVariablesProviderExtensions.CreateValidator(IEnvironmentVariablesProvider)
    EnvironmentVariablesProviderExtensions.CreateReader(IEnvironmentVariablesProvider)
    EnvironmentVariablesProviderExtensions.CreateBinder(IEnvironmentVariablesProvider)
    EnvironmentVariablesProviderExtensions.ToDictionary(IEnvironmentVariablesProvider)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2021 DotEnv.Core