I have code that uses reflection on an input object and does some processing on the data stored in the object. The input object can be anything like String or int or double etc., sometimes it can be a multi dimensional array. I know how to do it for two dimensional arrays but I would prefer something that would work for any given dimensional array. Any guidance to get this accomplished will be helpful. Thanks,
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Sounds like you need either recursion or a loop, or both.
|
|||||||||
|