public ConfigFileTextReader(ConfigFileLocationType locationType, params string[] configPaths) { _path = ConfigFilePathHelper.GetPath(locationType, configPaths); }
public ConfigFileLineEnumerator(ConfigFileLocationType locationType, params string[] configPaths) { _path = ConfigFilePathHelper.GetPath(locationType, configPaths); }