Click or drag to resize

MatchCandidateHasUnfixedInputType Method

Determine if T has any unfixed input types.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool HasUnfixedInputType(
	TypeRefBase T
)

Parameters

T
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: Boolean
See Also