Mid LINQ

Safely get the first employee or null?

Safely get the first employee or null

var first = employees.FirstOrDefault();

More from LINQ Tutorial

All questions for this course