'Declaration<ExtensionAttribute()> Public Overloads Shared Function GetDerivedLevel( _ ByVal type As Type, _ ByVal baseType As Type _ ) As Integer
'UsageDim type As Type Dim baseType As Type Dim value As Integer value = TypeExtensionR.GetDerivedLevel(type, baseType)
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).