Hi all,
IS there any way using Reflection to determine the underlying type that is
used for array items?
If I have a type:
CustomType[]
how can I get a type reference to CustomType?
TIA,
+++ Rick ---

Signature
Rick Strahl
West Wind Technologies
www.west-wind.com
www.west-wind.com/weblog
Rick Strahl [MVP] - 29 Jan 2006 23:59 GMT
Never mind... I've been looking in all the wrong places.
Type.GetElementType() does the trick. Duh!
+++ Rick ---

Signature
Rick Strahl
West Wind Technologies
www.west-wind.com
www.west-wind.com/weblog
> Hi all,
>
[quoted text clipped - 10 lines]
>
> +++ Rick ---