Quiz Yourself: Collections

Evaluate your understanding of .NET collection types including lists, FIFO structures, and observable data patterns.

We'll cover the following...
Technical Quiz
1.

Which interface is responsible for providing the Dispose() method that is automatically called at the conclusion of a foreach loop?

A.

IEnumerable

B.

IEnumerator

C.

IComparable

D.

IDisposable


1 / 14