[This is preliminary documentation and is subject to change.]
Allows for simple ad-hoc environment var passing to configuration
System Object
System.Collections.Generic Dictionary
String,
String NFX.Environment VarsNamespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public sealed class Vars : Dictionary<string, string>,
IEnvironmentVariableResolver
[SerializableAttribute]
public sealed class Vars : Dictionary<string, string>,
IEnvironmentVariableResolver
<SerializableAttribute>
Public NotInheritable Class Vars
Inherits Dictionary(Of String, String)
Implements IEnvironmentVariableResolver
<SerializableAttribute>
Public NotInheritable Class Vars
Inherits Dictionary(Of String, String)
Implements IEnvironmentVariableResolver
[SerializableAttribute]
public ref class Vars sealed : public Dictionary<String^, String^>,
IEnvironmentVariableResolver
[SerializableAttribute]
public ref class Vars sealed : public Dictionary<String^, String^>,
IEnvironmentVariableResolver
[<SealedAttribute>]
[<SerializableAttribute>]
type Vars =
class
inherit Dictionary<string, string>
interface IEnvironmentVariableResolver
end
[<SealedAttribute>]
[<SerializableAttribute>]
type Vars =
class
inherit Dictionary<string, string>
interface IEnvironmentVariableResolver
end