Question:Which of the following statements is true about IEnumerable<T>?
A IEnumerable<T> supports a Size property.
B IEnumerable<T> supports a Count() extension.
C IEnumerable<T> cannot be casted onto an ICollection<T>.
D IEnumerable<T> cannot be casted onto an IList<T>.
+ AnswerB
+ Report