> If I get an object with its type declared as Sysem.Array(not in the explicit
> form like 'ElementType[]' in C#), then how to retrieve the exact element
> type of that array?
myArray.GetType().GetElementType()
Jon
Laser Lu - 04 Sep 2007 13:25 GMT
Ok, thank you, Jon:)
>> If I get an object with its type declared as Sysem.Array(not in the
>> explicit
[quoted text clipped - 4 lines]
>
> Jon