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

D

Daniel

does C# have any collection objects that support sort functionality so that
I dont have to write my own sorting algorithm?
 
A

Alvin Bruney [Microsoft MVP]

Sure, try the arraylist.sort method or string.sort

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top