Click or drag to resize

TypeRefIsSubclassOf Method

Determines if the current TypeRef is a subclass of the specified TypeRef.

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

Parameters

classTypeRef
Type: Nova.CodeDOMTypeRef

Return Value

Type: Boolean
See Also