Click or drag to resize

Resolver_hasCompleteMatch Field

Indicates if a complete match exists.

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

Field Value

Type: Boolean
Remarks
This field is basically a copy of the same field in the associated UnresolvedRef (for performance).
See Also