Gistlib Logo

gistlib

other csharp categories

ordering code snippets in csharp

refactor this events.orderby(x => x.start) .select(x => x.start.date) .distinct() .take(20); in csharp

gistlibby LogSnag