Why is enumerating over List faster than IList?

Wait 5 sec.

If we have a List and an IList, enumerating over the List is faster than enumerating over the IList. Why is that?