Class SimpleEnvironmentVariableProvider
Inheritance
SimpleEnvironmentVariableProvider
Assembly: SociallyDistant.Framework.dll
Syntax
public class SimpleEnvironmentVariableProvider : IEnvironmentVariableProvider
Properties
this[string]
Declaration
public string this[string key] { get; set; }
Parameters
Type |
Name |
Description |
string |
key |
|
Property Value
Keys
Declaration
public IEnumerable<string> Keys { get; }
Property Value
Methods
DeepClone()
Declaration
public IEnvironmentVariableProvider DeepClone()
Returns
IsSet(string)
Declaration
public bool IsSet(string variable)
Parameters
Type |
Name |
Description |
string |
variable |
|
Returns
Implements