Пример #1
0
 public override void Create()
 {
     //ILGen.AddInstruct(Instruction.ldarg_0);
     value.Create();
     ILGen.AddInstruct(Instruction.ret);
 }