Click or drag to resize

TypeRefBaseIsSameGenericType Method

Determine if the specified TypeRefBase refers to the same generic type, regardless of actual type arguments.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual bool IsSameGenericType(
	TypeRefBase typeRefBase
)

Parameters

typeRefBase
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: Boolean
See Also