Click or drag to resize

ResolverExactMatching Field

Determines whether or not exact matching is enforced when only one possible match is found for an UnresolvedRef. By default, an exact match is required, but this can be set to false to allow a match if there is only one possibility.

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

Field Value

Type: Boolean
See Also