Monday, October 17, 2005

VB.NET SortedList vs ArrayList

You may want to read more SortedList and Arraylist. One obvious difference is that SortedList accept 2 parameters, whereas arraylist accept 1. SortedList like it's name defined, automatically sort the element in the array numerically or alphabetically. It is always wise to know their functionality and use the most appropriate one.

Your Ad Here