Hint: Returning an IEnumerable<object> from a function that promises a List<object> should be a compile-time error. So why isn't that the case?
Hint: Returning an IEnumerable<object> from a function that promises a List<object> should be a compile-time error. So why isn't that the case?