Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27569

VS 2010 Is there any difference?

$
0
0
Is there any difference between these?

Code:

Dim class As New MyClass

class.getMethod()

Code:

Dim class As New MyClass

Function getClass()
Return class
End function

getClass().getMethod()

Is one supposed to be used over the other etc...

Viewing all articles
Browse latest Browse all 27569

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>