Using Lambda for Sorting in C# .NET(www.dzone.com)
submitted by
bunglebooz(1132) 1 year, 5 months ago
Here’s a quick little tidbit that helped me this week. While writing a C# Windows application I found myself with a List of objects that did not implement a comparator interface. Because of this when I tried to call mylist.Sort() I got an error complaining about how it couldn’t compare the two objects.
|category: Linq
|Views: 12
tags:
LINQ another
Everyones tags:
Your Tags: