icsharpcode / ILSpy

.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
21.45k stars 3.35k forks source link

Decrypt Iterator block #769

Closed damh0503 closed 7 years ago

damh0503 commented 8 years ago

Is there possible to add decompiling Iterator block one?

dgrunwald commented 7 years ago

I'm not sure what your problem was; but yield return decompilation is supported; and the new decompiler engine (which just landed on the master branch) also supports it for assemblies compiled using the Roslyn compiler.