Click or drag to resize

MatchCandidateUpperBoundInference Method

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void UpperBoundInference(
	HashSet<MatchCandidateBound>[] X,
	TypeRefBase U,
	TypeRefBase V
)

Parameters

X
Type: System.Collections.GenericHashSetMatchCandidateBound
U
Type: Nova.CodeDOMTypeRefBase
V
Type: Nova.CodeDOMTypeRefBase
See Also