Parameters Constructor A Sandcastle Documented Class Library
Construct the parameters from an array of name-value pairs using equals '=' as the separator.

Namespace: Ontotext.S4.common
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Parameters(
	string[] nameValuePairs
)

Parameters

nameValuePairs
Type: SystemString
The array of name-value pairs
See Also

Reference