|
|
|
@ -257,7 +257,7 @@ namespace ICSharpCode.Decompiler.CSharp |
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Creates a new <see cref="CSharpDecompiler"/> instance from the given <paramref name="typeSystem"/> and the given <paramref name="settings"/>.
|
|
|
|
/// Creates a new <see cref="CSharpDecompiler"/> instance from the given <paramref name="typeSystem"/> and the given <paramref name="settings"/>.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public CSharpDecompiler(DecompilerTypeSystem typeSystem, DecompilerSettings settings) |
|
|
|
public CSharpDecompiler(IDecompilerTypeSystem typeSystem, DecompilerSettings settings) |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.typeSystem = typeSystem ?? throw new ArgumentNullException(nameof(typeSystem)); |
|
|
|
this.typeSystem = typeSystem ?? throw new ArgumentNullException(nameof(typeSystem)); |
|
|
|
this.settings = settings; |
|
|
|
this.settings = settings; |
|
|
|
|