0

What is enumerater.

19th Oct 2016, 5:33 PM
Vishal Kumar
Vishal Kumar - avatar
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.
19th Oct 2016, 6:18 PM
Remmae
Remmae - avatar
+ 1
An enumeration is a user-defined type that consists of a set of named integral constants that are known as enumerators.
20th Oct 2016, 6:07 PM
suman kumar
suman kumar - avatar
0
Yes
19th Oct 2016, 6:20 PM
Vishal Kumar
Vishal Kumar - avatar