ConfigScope
Description
- Derived from
Default implementation of the IConfigScope interface that allows new local variables to be added to the scope.
Public / Methods
AddVariable
2 overloads
Adds a new variable to this scope, without initializing it.
If a variable of the given name in already exists, it will be replaced.
Adds a new variable to this scope, without initializing it.
If a variable of the given name in already exists, it will be replaced.
AddVariableAndSet
2 overloads
Adds a new variable to this scope.
If a variable of the given name in already exists, it will be replaced.
Adds a new variable to this scope.
If a variable of the given name in already exists, it will be replaced.
- ConfigException
-
If an error has occurred while evaluating value in.