J
Jay
Hi,
Just making the transition over to VB.NET and have 2 questions.
1. VBC
Is there a reason why references (/r:xxxxx) needs to be included?
Seeing as they are referenced in the code with the imports keyword it seems
to be like a double-up?
2. Object.Methods
abc = new Object
abc.ToString()
returns system.object
abc = new Object
abc.GetType()
returns system.object
What's the difference?
Cheers
Jay
Just making the transition over to VB.NET and have 2 questions.
1. VBC
Is there a reason why references (/r:xxxxx) needs to be included?
Seeing as they are referenced in the code with the imports keyword it seems
to be like a double-up?
2. Object.Methods
abc = new Object
abc.ToString()
returns system.object
abc = new Object
abc.GetType()
returns system.object
What's the difference?
Cheers
Jay