I have the following class:
class Detail { public Detail() { _details = new List(); } public IList Detail
You should be able to use OrderBy in LINQ...
OrderBy
var sortedItems = myList.OrderBy(s => s);