Click or drag to resize

MatchCandidateFix Method

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool Fix(
	HashSet<MatchCandidateBound>[] X,
	int i,
	TypeRefBase[] T
)

Parameters

X
Type: System.Collections.GenericHashSetMatchCandidateBound
i
Type: SystemInt32
T
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: Boolean
See Also