I am not sure what data type to use. I have three structures that are made 27, 18 and 17 elements. In PHP I have them as Arrays. But I am not sure that is the Best way in C#.I am new to C# and not sure about using Array, ArrayList, Enums.
I need to set my three sets of elements then access them randomly. So I may set setOne[4] then need to come back to it and increment the index or MoveNext three elements and save it again. And I some point I will need to reset the a set to element[0] again.
Can someone help point me in the right direction for ease of use for this situation?
Cheers,
Pat
I need to set my three sets of elements then access them randomly. So I may set setOne[4] then need to come back to it and increment the index or MoveNext three elements and save it again. And I some point I will need to reset the a set to element[0] again.
Can someone help point me in the right direction for ease of use for this situation?
Cheers,
Pat