[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.IsAssignableFrom

IsAssignableFrom Method

IsAssignableFrom(Type, Type)

Determines whether fromType can be assigned to toType.

Declaration
public static bool IsAssignableFrom(Type toType, Type fromType)
Parameters
Type Name Description
Type toType

To type.

Type fromType

From type.

Returns
Type Description
bool

true if [is assignable from] [the specified to type]; otherwise, false.