UnresolvedRefIsAnyMismatchDueToUnresolvedOnly Method |
Determine if any mismatch was solely due to unresolved or undetermined parameter or argument types.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool IsAnyMismatchDueToUnresolvedOnly()
Return Value
Type:
BooleanRemarks
This method is used to display an error as a warning if any mismatch was solely due to unresolved
types - assuming that it might have been valid if all types had been resolved, and therefore assuming
this unresolved reference is secondary to another one. This does not take overload resolution into
account, so it's actually possible the warning could become an error once the types are resolved, but
this is still the desired behavior as it draws attention to the more important errors first.
See Also