Click or drag to resize

TypeRefHasSameTypeArguments Method

Determine if this TypeRef has the same type arguments as the specified TypeRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool HasSameTypeArguments(
	TypeRef typeRef,
	bool allowVarianceConversion
)

Parameters

typeRef
Type: Nova.CodeDOMTypeRef
allowVarianceConversion
Type: SystemBoolean

Return Value

Type: Boolean
See Also