0
What is enumerater.
3 Answers
+ 7
If you mean IEnumerator interface then it is what hides under the foreach statement. It allows you to go through your collection.
+ 1
An enumeration is a user-defined type that consists of a set of named integral constants that are known as enumerators.
0
Yes



