Home All Groups Group Topic Archive Search About

does C# have any collection objects that support sort functionality so that I dont have to write my

Author
5 Aug 2005 6:53 PM
Daniel
does C# have any collection objects that support sort functionality so that
I dont have to write my own sorting algorithm?

Author
6 Aug 2005 4:00 AM
Joseph Bittman MCSD
August 5, 2005

   The ArrayList is a really good sorting array/collection! Hope this helps!

--
                 Joseph Bittman
Microsoft Certified Solution Developer

Web Site: http://71.39.42.23
Static IP




Show quoteHide quote
"Daniel" <softwareengineer98***@yahoo.com> wrote in message
news:%23vFui2emFHA.3288@TK2MSFTNGP09.phx.gbl...
> does C# have any collection objects that support sort functionality so
> that
> I dont have to write my own sorting algorithm?
>
>