![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: tech, c net coding
Sometime back I had posted about a case where non-virtual calls are used for virtual methods and promised posting about the reverse scenario. This issue of C# generating callvirt IL instruction even for non-virtual method calls keeps coming back on C# discussion DLs every couple of months. So here it goes :) Consider the following code class B { public virtual void Virt(){ … Continue Reading »