There\'s no Sort() function for IList. Can someoene help me with this? I want to sort my own IList.
Sort()
IList
Suppose this is my IList:
var sorted = myObj.OrderBy(x => x.marker);