GetParametersAsDictionary() public method

Gets you a Dictionary of all the parameters for the component.
public GetParametersAsDictionary ( string component ) : string>.Dictionary
component string The component or section of the config file, used to /// locate the parameter.
return string>.Dictionary
 /// <summary>
 /// Get the config for the fields to be replaced.
 /// </summary>
 /// <param name="config">The config to use.</param>
 /// <param name="component">The component name that defines the replacements.</param>
 public AddressPartDefaulter(Config config, string component)
 {
     _configParams = config.GetParametersAsDictionary(component);
 }