I have an instance of System.Type, for which \"IsArray\" returns true.
How can I determine the \"nested type\" of the array type?
i.e.
Type
t.GetElementType()
Reference.