all groups > vb.net upgrade > august 2004 >
You're in the

vb.net upgrade

group:

VB6 Collections


VB6 Collections Kris Krause
8/25/2004 2:09:08 PM
vb.net upgrade:
Any ideas on how I can prepare/massage my vb6 collection classes today for my
upgrade tomorrow? I utilize:

Public Property Get NewEnum() As IUnknown
Set NewEnum = m_colItems.[_NewEnum]
Re: VB6 Collections hirf-spam-me-here NO[at]SPAM gmx.at
8/26/2004 12:59:15 AM
* "=?Utf-8?B?S3JpcyBLcmF1c2U=?=" <Kris Krause@discussions.microsoft.com> scripsit:
[quoted text, click to view]

I suggest to take a look at the 'IEnumerable' interface in the .NET FCL
documentation.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
Re: VB6 Collections Gary Dunne
9/2/2004 12:42:24 PM
The .NET upgrade wizard will automatically upgrade your code to use
System.Collections.IEnumerable


[quoted text, click to view]

AddThis Social Bookmark Button