Click or drag to resize

MatchCandidateCompareVtoU Method

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void CompareVtoU(
	TypeRefBase V,
	TypeRefBase U,
	List<MatchCandidateUV> UVs
)

Parameters

V
Type: Nova.CodeDOMTypeRefBase
U
Type: Nova.CodeDOMTypeRefBase
UVs
Type: System.Collections.GenericListMatchCandidateUV
See Also