Enumerator: When to Use and Why are they so special?
In this post, we’ll take a look at the basics of Enumerator, When to use it and Why they are so special. So let’s begin! As the name implies Enumerator is used for iterating over a collection of items. It allows both internal and external iteration. So how do we Create an Enumerator? There are 3…