getComponentType

@Nullable
open fun getComponentType(): TypeOf<out Any>(source)

Returns the component type of the array type this object represents.

Return

null if this object does not represent an array type.

See also