Accessing all items of an Array in C# By Malik | April 18, 2011 0 Comment 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 🙂