(New Object()).Method() in VB.net
Posted
by diamandiev
on Stack Overflow
See other posts from Stack Overflow
or by diamandiev
Published on 2010-03-08T23:01:21Z
Indexed on
2010/03/08
23:06 UTC
Read the original article
Hit count: 407
Apparently this does not work.
WHY ???????
I don't want to do all this just to call my function:
Dim x as new Object()
x.Method()
WHY do I have to do this in 2 lines when I can in one. This is really pissing me off.
© Stack Overflow or respective owner