hazzik / DelegateDecompiler

A library which is able to decompile a delegate or a method body to its lambda representation
MIT License
528 stars 62 forks source link

Allow selecting abstract member over a TPH hierarchy #110

Closed jaenyph closed 6 years ago

jaenyph commented 7 years ago

This is an implementation proposal as it concern my comment on issue #76 It allows constructing an appropriate projection of an abstract member selection based on its children implementations.

jaenyph commented 7 years ago

Hi guys, as I have no feedback concerning this PR, I would like to know your point of view about the feature. If there are some adaptations to make to the code don't hesitate to tell.

hazzik commented 6 years ago

Thanks. I've made some changes and integrated this. Sorry it took so long to review your work.