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