"using" key in code when decompile #3193
Unanswered
yanivchik
asked this question in
Development
Replies: 1 comment 1 reply
-
Can you please provide an example binary for me to check? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have a question:
if I have original code like that (just example):
when after I use ILSpy, I'm getting this
it something that ILSpy can not recognize "using" context and translate it into try-catch with dispose block?
(using .NET framework 4.6.2)
thank you
Beta Was this translation helpful? Give feedback.
All reactions