Click or drag to resize

MatchCandidateIsPendingOverride Field

True if this is an override method that is pending the finding of the corresponding abstract/virtual method declaration (override methods are not complete matches until the corresponding abstract/virtual method is found).

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsPendingOverride

Field Value

Type: Boolean
See Also