Browse Source

Fix (during debugging lines were copied to the end of the file)

pull/925/merge
Christoph Wille 8 years ago
parent
commit
6ccc8a4f6e
  1. 5
      DecompilerNuGetDemos.workbook

5
DecompilerNuGetDemos.workbook

@ -61,9 +61,4 @@ If you need the Cecil ModuleDefinition @@ -61,9 +61,4 @@ If you need the Cecil ModuleDefinition
```csharp
ITypeDefinition type = decompiler.TypeSystem.Compilation.FindType(nameOfUniResolver).GetDefinition();
var module = decompiler.TypeSystem.GetCecil(type).Module
```
```csharp
#r "ICSharpCode.Decompiler"
#r "Mono.Cecil"
```
Loading…
Cancel
Save