Ive been doing:
Dim x as SomeClass = new SomeClass(operators)
But I found accidently:
Dim x as New SomeClass(operators)
Is the first or second preferred .NET syntax...Ive been using the first since its similiar to C# syntax. Is one of them VB6?
Dim x as SomeClass = new SomeClass(operators)
But I found accidently:
Dim x as New SomeClass(operators)
Is the first or second preferred .NET syntax...Ive been using the first since its similiar to C# syntax. Is one of them VB6?