Click or drag to resize

ResolverAddMatchesWithParentExpression Method

Feed in existing match candidiates, including any parent expression required in order to evaluate generic type arguments (used by UnresolvedRef.ResolveMethodGroup()).

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void AddMatchesWithParentExpression(
	MatchCandidates matches,
	Expression parentExpression
)

Parameters

matches
Type: Nova.ResolvingMatchCandidates
parentExpression
Type: Nova.CodeDOMExpression
See Also