ResolverFindBestExplicitConversion Method |
We have multiple matching user-defined explicit conversion operators - try to find a single best conversion. [C# 4.0 section 6.4.5]
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected MatchCandidate FindBestExplicitConversion(
MatchCandidates matches,
bool isMethodCategory,
List<Expression> methodArguments
)
Parameters
- matches
- Type: Nova.ResolvingMatchCandidates
- isMethodCategory
- Type: SystemBoolean
- methodArguments
- Type: System.Collections.GenericListExpression
Return Value
Type:
MatchCandidateThe single best conversion if found, otherwise null.
See Also