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