|
-
Sep 16th, 2009, 01:23 PM
#1
Thread Starter
Fanatic Member
Is there a way to create a collection of collections?
Is there a way to create a collection of collections?
e.g. I created a collection ListOf(Lines)
After I add all my lines to it, I want to store this colleciton in another listOf(Collections). The reason I want to do this is because i want to create several separate collections of lines and I'll need to loop through them all to look for a certain line and I thought this would be a good approach if it's possible.
i tried to create a listOf(Collection) but when i try to add my listOf(Lines) to it, it complains because the list is a colleciton of lines.
thanks,
Proctor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|