HighTechTalks DotNet Forums  

downgrade

VB.net Upgrade microsoft.public.dotnet.languages.vb.upgrade


Discuss downgrade in the VB.net Upgrade forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Will Milbo
 
Posts: n/a

Default downgrade - 07-30-2009 , 09:13 AM






Hello,

I have this line in VB.NET, but I'm still too newbie to understand it...

Dim foo As map (Of ValidatorType.String, List(Of Single ))

Sorry, could anybody please downgrade this line to VB6?

Thanks for the help!!!
Will

Reply With Quote
  #2  
Old   
Armin Zingler
 
Posts: n/a

Default Re: downgrade - 07-30-2009 , 02:22 PM






Will Milbo schrieb:
Quote:
Hello,

I have this line in VB.NET, but I'm still too newbie to understand it...

Dim foo As map (Of ValidatorType.String, List(Of Single ))

Sorry, could anybody please downgrade this line to VB6?
No chance. There is no Map class in VB6, and there were not even
generics in VB 2003 which was already .Net based.

Be aware that generics are an advanced topic, though two links:
http://msdn.microsoft.com/en-us/library/ms172192.aspx
http://msdn.microsoft.com/en-us/library/w256ka79.aspx


In VB6 you could write code that provides the same features but you'd
have to know what it does currently in VB 2008.


Armin

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.