B
b0yce
Just a query to see if anyone can tell me. Which is the quicker/best way of
a handling Type-Safe collections/Dictionaries?
1) Create a Custom Collection/Dictionary derived from
CollectionBase/DictionaryBase and implement as necessary - including
Type-Safe methods.
or - the lazier
2) Create a class, that has an internal Collection\Dictionary that is
added/removed from via implemented methods that are Type-Safe.
Anyone care to suggest?
a handling Type-Safe collections/Dictionaries?
1) Create a Custom Collection/Dictionary derived from
CollectionBase/DictionaryBase and implement as necessary - including
Type-Safe methods.
or - the lazier
2) Create a class, that has an internal Collection\Dictionary that is
added/removed from via implemented methods that are Type-Safe.
Anyone care to suggest?