Click or drag to resize

VariableResolver Constructor (IPropertyCollection)

Initializes a new instance of VariableResolver.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public VariableResolver(
	IPropertyCollection valueSource
)

Parameters

valueSource
Type: Mastersign.Bench.PropertyCollectionsIPropertyCollection
The value source for the referenced variables.
See Also