Click or drag to resize

ResolverFindBetterConversion Method

Overload List
  NameDescription
Protected methodFindBetterConversion(Expression, TypeRefBase, TypeRefBase)
Find the better conversion of an expression to two candidate types. [C# 4.0 section 7.5.3.3] Returns 1 if the conversion to typeRef1 is better, 2 if the conversion to typeRef2 is better, 0 if neither is better.
Protected methodStatic memberFindBetterConversion(TypeRefBase, TypeRefBase, TypeRefBase)
Find the better conversion of a type to two candidate types. [C# 4.0 section 7.5.3.4] Returns 1 if the conversion to typeRefBase1 is better, 2 if the conversion to typeRefBase2 is better, 0 if neither is better.
Top
See Also