UnresolvedRefFindMatchingOverrideMethod Method |
Find any existing MatchCandidate for an override of the specified method object.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public MatchCandidate FindMatchingOverrideMethod(
Object findObj
)
Parameters
- findObj
- Type: SystemObject
The method object to find an override of.
Return Value
Type:
MatchCandidateThe existing MatchCandidate, or null if none.
See Also