Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
you enumerate through a collection. for(string s in stringCollection) { // code } when you call this you are actually calling stringCollection.getEnumerator(); behind the scenes.
23rd May 2018, 3:20 PM
John
John - avatar