Click or drag to resize

MatchCandidateExplicitParameterTypeInference Method

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void ExplicitParameterTypeInference(
	HashSet<MatchCandidateBound>[] X,
	Expression E,
	TypeRefBase T
)

Parameters

X
Type: System.Collections.GenericHashSetMatchCandidateBound
E
Type: Nova.CodeDOMExpression
T
Type: Nova.CodeDOMTypeRefBase
See Also