Click here to Skip to main content
15,885,278 members
Articles / Programming Languages / C#

Sorting an array of class objects on-the-fly

Rate me:
Please Sign up or sign in to vote.
1.29/5 (4 votes)
18 Aug 2009CPOL2 min read 20.8K   72   3  
A class which allows you to sort an array of objects with just a sorting method.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer Crystal Applications Software
United States United States
I've been a developer/analyst for over twenty years, hopping from language to language. C, in all its incarnations (K/R, Borland, C++, C#) is my preference.

Comments and Discussions