Classifieds Scripts, Web Scripts,  Ajax Scripts, PHP Scripts, ASP Scripts

Archive

Posts Tagged ‘SortedList Object’

ASP.NET – The SortedList Object

December 26th, 2011

The SortedList Object The SortedList object contains items in key/value pairs. A SortedList object automatically sort the items in alphabetic or numeric order. Items are added to the SortedList with the Add() method. A SortedList can be sized to its final size with the TrimToSize() method. The following code creates a SortedList named mycountries and [...]

Read More >>

Author: Categories: ASP.NET Tags: