Multiple arrays as class members
Hi,
I have multiple arrays(about 4) as class members of the same data-type which makes overloaded indexers out of question. Is there a simpler way to access these arrays without named indexers and without writing methods for setting and getting value of each and every array?
Thanks,