0
votes
C# - Problem with generics and inheritance
Answering to your last edit.
This code does already compile, it only fails at runtime:
MyIntClass intsth = (MyIntClass) sth;
So, the following c …
0
votes
Stylecop tells me to add this keyword, but it’s redundant - any performance implications?
It is just for clarity, and one can argue about what is better. Python doesn't support omitting the "self" identifier at all.
Also, with the CLR, do things like this fall con …
