Beispiel #1
0
 public MasmDisassemblySettings CopyTo(MasmDisassemblySettings other)
 {
     if (other is null)
     {
         throw new ArgumentNullException(nameof(other));
     }
     base.CopyTo(other);
     return(other);
 }
Beispiel #2
0
 public MasmAppSettingsPage(MasmDisassemblySettings x86DisassemblySettings)
     : base(x86DisassemblySettings, x86DisassemblySettings.Clone(), new MasmFormatter(new MasmFormatterOptions(), SymbolResolver.Instance))
 {
 }