I have a code that uses reflection on the input object and does some processing of the data stored in the object. The input object can be anything, for example, String or int or double, etc., Sometimes it can be a multidimensional array. I know how to do this for two-dimensional arrays, but I would prefer something that will work for any given array of sizes. Any recommendations to achieve this would be helpful. Thanks,
zzzzzzzzzzzzz
source share