'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function GetValueType( _ ByVal dataType As Type, _ ByVal valueRank As Integer, _ ByVal valueHint As Object _ ) As Type
'Usage
Dim dataType As Type Dim valueRank As Integer Dim valueHint As Object Dim value As Type value = UAType.GetValueType(dataType, valueRank, valueHint)
Parameters
- dataType
- The data type.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - valueRank
- The value rank.
- valueHint
- A value that may help determining the (rank of the resulting array) type.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).