What is Enumerator? Enumerator provides itteration over a list. Let’s see in a example; It will itterate until MoveNext() method will return false And the...