Edit

Share via


TypeExtensions.IsAssignableFrom(Type, Type) Method

Definition

C#
public static bool IsAssignableFrom(this Type type, Type c);
C#
public static bool IsAssignableFrom(this Type type, Type? c);

Parameters

type
Type
c
Type

Returns

Applies to