c# Programming Glossary: convertibility
How do I send/receive windows messages between VB6 and c#? http://stackoverflow.com/questions/1645204/how-do-i-send-receive-windows-messages-between-vb6-and-c
Compiler Ambiguous invocation error - anonymous method and method group with Func<> or Action http://stackoverflow.com/questions/2057146/compiler-ambiguous-invocation-error-anonymous-method-and-method-group-with-fun methods and delegate types but this is a question of convertibility of method groups and delegate types which is different. Now.. too. The principle here is that determining method group convertibility requires selecting a method from a method group using overload..
Why is Func<T> ambiguous with Func<IEnumerable<T>>? http://stackoverflow.com/questions/4573011/why-is-funct-ambiguous-with-funcienumerablet The fact that lambdas and method groups have different convertibility rules is rather unfortunate. So summing up the compiler is actually..
Overloaded method-group argument confuses overload resolution? http://stackoverflow.com/questions/5203792/overloaded-method-group-argument-confuses-overload-resolution on return type analysis . One might reasonably say that convertibility from method groups to delegate types ought to succeed or fail.. it is illegal to have a inside an expression tree the convertibility logic does not consider whether the body of a lambda has something.. use two subtly different algorithms for determining convertibility but we're stuck with it now. Remember method group conversions..
|