'Declaration<ExtensionAttribute()> Public Overloads Shared Function GetDerivedLevel( _ ByVal type As Type, _ ByVal baseType As Type, _ ByVal maxLevel As Integer _ ) As Integer
'UsageDim type As Type Dim baseType As Type Dim maxLevel As Integer Dim value As Integer value = TypeExtensionR.GetDerivedLevel(type, baseType, maxLevel)
Parameters
- type
The value of this parameter cannot be
null(Nothingin Visual Basic).- baseType
The value of this parameter cannot be
null(Nothingin Visual Basic).- maxLevel