[]
Determines whether fromType can be assigned to toType.
public static bool IsAssignableFrom(Type toType, Type fromType)
Public Shared Function IsAssignableFrom(toType As Type, fromType As Type) As Boolean
| Type | Name | Description |
|---|---|---|
| Type | toType | To type. |
| Type | fromType | From type. |
| Type | Description |
|---|---|
| bool |
|