Related resources for callvirt
  • Call and Callvirt Instructions in .NET IL4/16/2015 4:45:43 PM. This article describes (with sample C# code) the two important IL instructions call and callvirt that are used to call functions.
  • Decompiling A Generic Method9/4/2012 12:14:14 PM. Generics is not new to .NET  and they are easy to use, But out of curiosity I was searching  to find how generic types work and declared behind the scenes.