Assume you have a basic Employee class as such:
Employee
class Employee { public string Name; public int Years; public string Department; }
The Array of Employees by default implements IEnumerable as well as IEnumerable
IEnumerable