Name
type referenced by — Returns the type that an array type is an array of
Synopsis
type referenced by
Description
Applies to a type that is an array type, this returns the type of the members of an array.
If the array is multi-dimensional, this will effectively strip off one dimension of the array.
If the type does not represent a reference type, this will expression will return null.