Multiple arrays as class members

Jun 24 2008 8:00 PM
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,