K
Kevin Phifer
I'm converting over to .net via c# from vb6. There was
this great article called the house of bricks that showed
you how to create a strongly typed collection class.
In .net I have found the CollectionBase and DictionaryBase
that I can create these from, but I also noted that I can
support the IEnum's as well using something like an
ArrayList to store the data.
What I would like to know is, is there another article out
there like House of Bricks that can give me the pitfalls
of which way to create strongly typed collection type
classes?
or what is the "best" way to do this.
Thanx in advance....
this great article called the house of bricks that showed
you how to create a strongly typed collection class.
In .net I have found the CollectionBase and DictionaryBase
that I can create these from, but I also noted that I can
support the IEnum's as well using something like an
ArrayList to store the data.
What I would like to know is, is there another article out
there like House of Bricks that can give me the pitfalls
of which way to create strongly typed collection type
classes?
or what is the "best" way to do this.
Thanx in advance....