0
votes
VS/vb.net: How to get the instance used by a With statement in the immediate window
You're creating a variable either way - in the first case (your example) the compiler is creating an implicit variable that you aren't allowed to really get to, and the in the second case (another …
