Code: Select all
Local oObject = myNS.MyFirstClass{} As MyFirstClass
Is this perhaps to allow support for Interfaces or some other kind of inheritance or sublassing thing that I am missing.
Since the VAR keyword could be used and it can figure it out, what can't it figure it out if we leave of the AS clause??