Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Double Link List
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Divers
Thread ID:
01545828
Message ID:
01545879
Vues:
52
>Hello Kevin,
>
>Thank you very much for your reply. Would it be possible to this without creating seperate classes for each node in the Link List?

It is:
Dim words() As String = {"the", "fox", _
            "jumped", "over", "the", "dog"}

Dim sentence As New LinkedList(Of String)(words)
I recommend checking out this link:

http://msdn.microsoft.com/en-us/library/he2s3bh7(v=vs.80).aspx#Y0

Best regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform