Explain briefly the operation of each of the following enumeratorrelated methods:

a) GetEnumerator
b) Current
c) MoveNext

a) Returns an enumerator for a collection.
b) Obtains the current element of the enumerator.
c) Returns true if the enumerator was successfully advanced to the next element.

Computer Science & Information Technology

You might also like to view...

Lightning connector has 8-pins.

a. true b. false

Computer Science & Information Technology

The __________ test is the most basic test of randomness and must be included in any test suite.

A. frequency B. runs C. unpredictability D. Maurer

Computer Science & Information Technology