Guard.TypeIsAssignableFromType(Type, Type, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void TypeIsAssignableFromType(Type ^ assignee, Type ^ providedType, System::String ^ argumentName);
public static void TypeIsAssignableFromType (Type assignee, Type providedType, string argumentName);
static member TypeIsAssignableFromType : Type * Type * string -> unit
Public Shared Sub TypeIsAssignableFromType (assignee As Type, providedType As Type, argumentName As String)
Parameters
- assignee
- Type
- providedType
- Type
- argumentName
- String