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

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

does C# have any collection objects that support sort functionality so that
I dont have to write my own sorting algorithm?
 
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
 
Back
Top