F
frisco
by reflection I can infer that a property is Array type.
But how I can get the type the array is composed from?
for instance:
string[] table;
I want to get String and not Array
thank you
But how I can get the type the array is composed from?
for instance:
string[] table;
I want to get String and not Array
thank you