|
|
@ -304,6 +304,7 @@ namespace ICSharpCode.Decompiler |
|
|
|
public DecompilerSettings Clone() |
|
|
|
public DecompilerSettings Clone() |
|
|
|
{ |
|
|
|
{ |
|
|
|
DecompilerSettings settings = (DecompilerSettings)MemberwiseClone(); |
|
|
|
DecompilerSettings settings = (DecompilerSettings)MemberwiseClone(); |
|
|
|
|
|
|
|
if (csharpFormattingOptions != null) |
|
|
|
settings.csharpFormattingOptions = csharpFormattingOptions.Clone(); |
|
|
|
settings.csharpFormattingOptions = csharpFormattingOptions.Clone(); |
|
|
|
settings.PropertyChanged = null; |
|
|
|
settings.PropertyChanged = null; |
|
|
|
return settings; |
|
|
|
return settings; |
|
|
|