G
Guest
1) I created a class Person whose objects are stored in collections.
Using IComparable allows to define one sort criteria like name.
Best practice: How can I add more sort criterias like age, zip, ...?
I don't care whether the original collection is sorted or I get a copied
collection sorted.
2) VB.NET: When is an ArrayList faster than static arrays which grow using
Redim now and then?
thanks herbert
Using IComparable allows to define one sort criteria like name.
Best practice: How can I add more sort criterias like age, zip, ...?
I don't care whether the original collection is sorted or I get a copied
collection sorted.
2) VB.NET: When is an ArrayList faster than static arrays which grow using
Redim now and then?
thanks herbert