Click or drag to resize

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
)

Parameters

set
Type: Mastersign.BenchDictionaryEntryHandler
The handler for an individual variable.
See Also