Click or drag to resize

TypeParameterIsAssignableFrom Method

Determine if the constraining type is assignable from the specified type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsAssignableFrom(
	TypeRef typeRef
)

Parameters

typeRef
Type: Nova.CodeDOMTypeRef

Return Value

Type: Boolean

Implements

ITypeDeclIsAssignableFrom(TypeRef)
See Also