I couldn\'t find any information pertaining to this question. I am trying to create a global array in C# so that I can input information into it at different points in my co
I think Dictionary will be more suitable... You can loop through it and access a specific item. And also pass it to your methods.
Dictionary