More on implicit conversion operators and interfaces in C# (again)
I understand that it’s not allowed because there are rules against it. I am confused as to why it’s not allowed. The general rule is: a user defined conversion must not in any way replace a built-in conversion. There are subtle ways that this rule can be violated involving generic types, but you specifically say … Read more