Accessing all items of an Array in C#
Hi, In order to access all the items of an array in C#, use the following lines of code. We are using foreach loop to access all the elements of an array in C#. It will print out, Spell: Apple Spell: Ball Spell: Cat 🙂