Click or drag to resize

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
C#
public MatchCandidate FindMatchingOverrideMethod(
	Object findObj
)

Parameters

findObj
Type: SystemObject
The method object to find an override of.

Return Value

Type: MatchCandidate
The existing MatchCandidate, or null if none.
See Also