MichalStrehovsky / iltrim

MIT License
9 stars 1 forks source link

Add support for method parameters #6

Closed MichalStrehovsky closed 3 years ago

MichalStrehovsky commented 3 years ago

Repro: Modify the signature of the Main method to have an string[] args parameter. Notice that if you trim it and disassemble the output, the method parameter name is missing.

Fix:

You should now see the method parameter name show up in the disassembly of the trimmed output.