Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Double Link List
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Miscellaneous
Thread ID:
01545828
Message ID:
01545879
Views:
51
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform