Overload List

  NameDescription
IsAssignableFrom<(Of <(TExpected>)>)(Type)
Verifies that a type may be assigned to a variable of the specified type.
IsAssignableFrom(Type, Type)
Verifies that a type may be assigned to a variable of the specified type.
IsAssignableFrom<(Of <(TExpected>)>)(Type, String, array<Object>[]()[])
Verifies that a type may be assigned to a variable of the specified type.
IsAssignableFrom(Type, Type, String, array<Object>[]()[])
Verifies that a type may be assigned to a variable of the specified type.

See Also