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 public bool AddMatch(
MatchCandidate candidate
)
Parameters
- candidate
- Type: Nova.ResolvingMatchCandidate
The MatchCandidate object.
Return Value
Type:
BooleanTrue if a complete match exists, otherwise false.
See Also