VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,882 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
My app has a new item when seen in IL DASM: VB$AnonymousDelegate_0
The older builds didn't have this; how can I find which code caused this entry to be added inside assembly that is shown in IL DASM?
Thanks :)