public object Clone() { return(new WorkingFolder() { CompileConfigPath = CompileConfigPath, UserConfigPath = UserConfigPath, Path = Path, PreferedToCompile = (SourceFile)PreferedToCompile.Clone(), }); }