|
-
Jul 6th, 2015, 09:40 AM
#1
Thread Starter
New Member
[RESOLVED] Collection-like solution with both strong typing and keys
I'm trying to find a suitable solution for a collection of objects I have in Visual Basic. I would like the solution to have two properties:
- Strong typing
- Key-based access (in addition to index-based access)
So far I've been able to find structures that have one or the other. For example, List supports strong typing in its declaration but does not allow element access by key. Meanwhile, Collection elements are key-able but not strongly typed. What is the ideal solution here?
Thanks!
Tags for this Thread
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
|