jbevain / mono.reflection

Some useful reflection helpers, including an IL disassembler.
150 stars 50 forks source link

Add optional instruction to getter pattern to match the IL generated … #11

Closed NickStrupat closed 8 years ago

NickStrupat commented 8 years ago

…by auto-properties in C#, VB.NET and F#.

jbevain commented 8 years ago

Hey, thanks! That's branching on the ret?

NickStrupat commented 8 years ago

Yes. VB.NET emits an unconditional branch to the next line (ret). :)

On Fri, Jan 15, 2016 at 3:54 PM -0800, "Jb Evain" notifications@github.com wrote:

Hey, thanks! That's branching on the ret?

— Reply to this email directly or view it on GitHub.

jbevain commented 8 years ago

Thanks!

NickStrupat commented 8 years ago

Could I bug you to update the NuGet package? :smile:

jbevain commented 8 years ago

I pushed a new one!

On Sun, Jan 24, 2016 at 3:51 PM, Nick Strupat notifications@github.com wrote:

Could I bug you to update the NuGet package? [image: :smile:]

— Reply to this email directly or view it on GitHub https://github.com/jbevain/mono.reflection/pull/11#issuecomment-174354191 .

NickStrupat commented 8 years ago

Hoorah!