51.

Which of the following interface does List<T> inherit from?

public class List<T> : IList<T>, ICollection<T>, 
IEnumerable<T>, IList, ICollection, IEnumerable