Click or drag to resize

UnresolvedRefAddMatch Method

Conditionally add the candidate to the collection (depending upon what is already in it).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool AddMatch(
	MatchCandidate candidate
)

Parameters

candidate
Type: Nova.ResolvingMatchCandidate
The MatchCandidate object.

Return Value

Type: Boolean
True if a complete match exists, otherwise false.
See Also