Click or drag to resize

TypeParameterRefCheckTypeConstraints Method

Determine if the specified type is the same as or (optionally) is implicitly convertible to a type constraint of this type parameter.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool CheckTypeConstraints(
	TypeRefBase toTypeRefBase,
	bool allowConversion,
	bool reverse
)

Parameters

toTypeRefBase
Type: Nova.CodeDOMTypeRefBase
allowConversion
Type: SystemBoolean
reverse
Type: SystemBoolean

Return Value

Type: Boolean
See Also