It is assumed that the dictionary had a key called SetupParametersStr with a value implementing IEnumerable<KeyValuePair<string, object>>, which then the key is looking up into.
This can be used with "SetupParameters" in the Options.
public static T SetupParameter<T>(
this IDictionary<string, Object> dictionary,
string key,
T defaultValue
)
[Missing <typeparam name="T"/> documentation for "M:DHI.Mike1D.Generic.GenericExtensions.SetupParameter``1(System.Collections.Generic.IDictionary{System.String,System.Object},System.String,``0)"]
[Missing <returns> documentation for "M:DHI.Mike1D.Generic.GenericExtensions.SetupParameter``1(System.Collections.Generic.IDictionary{System.String,System.Object},System.String,``0)"]