MCQOPTIONS
Saved Bookmarks
| 1. |
Definition of iterator for MyClass |
| A. | Implements the GetEnumerator() method defined by IEnumerable |
| B. | The yield return statement returns the next object in the collection, which in this case is the next character in chrs |
| C. | All of the mentioned |
| Answer» D. | |