public Settings(Settings other) { ApartmentState = other.ApartmentState; appConfigFile = other.appConfigFile; Behavior = other.Behavior; CodePage = other.CodePage; InputFolder = other.InputFolder; OutputFolder = other.OutputFolder; Runner = other.Runner; XmlOutput = other.XmlOutput; }
public Settings(Settings other) { ApartmentState = other.ApartmentState; Behavior = other.Behavior; CodePage = other.CodePage; InputFolder = other.InputFolder; OutputFolder = other.OutputFolder; Runner = other.Runner; XmlOutput = other.XmlOutput; DryRun = other.DryRun; TagList = other.TagList; }