Overload Resolution

suggest change

Remarks

The process of overload resolution is described in the C# specification, section 7.5.3. Also relevant are the sections 7.5.2 (type inference) and 7.6.5 (invocation expressions).

How overload resolution works will probably be changed in C# 7. The design notes indicate that Microsoft will roll out a new system for determining which method is better (in complicated scenarios).

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents