Click or drag to resize

SettingsDictionary Constructor (IDictionaryString, String)

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public SettingsDictionary(
	IDictionary<string, string> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, String
The IDictionaryTKey, TValue whose elements are copied to the SettingsDictionary.
See Also