Why was IList<T>.this[int index] changed from a public property to an explicit interface implementation?
It took me a long time (with the help of Reflector) to figure out that this change causes mayor havoc with WinForms databinding. Thanks, Dawid
Why was IList<T>.this[int index] changed from a public property to an explicit interface implementation?
It took me a long time (with the help of Reflector) to figure out that this change causes mayor havoc with WinForms databinding. Thanks, Dawid