distinct and not null c#

64

distinct and not null c# -

dates
    .Where(x => x.HasValue)
    .Select(x => x.Value.Date)
    .Distinct()
    .OrderByDescending(x => x)

Comments

Submit
0 Comments