| BenchEnvironmentLoad Method (DictionaryEntryHandler) |
Calls the given handler for every environment variable in the configuration.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public void Load(
DictionaryEntryHandler set
)
Public Sub Load (
set As DictionaryEntryHandler
)
Parameters
- set
- Type: Mastersign.BenchDictionaryEntryHandler
The handler for an individual variable.
See Also