Exemplo n.º 1
0
 static void CopyTo <T>(IntPtr dst, T value)
 {
     Cil.Ldarg(0);
     Cil.Ldarga(1);
     Cil.Sizeof <T>();
     Cil.Cpblk();
 }