public override void Create() { //ILGen.AddInstruct(Instruction.ldarg_0); value.Create(); ILGen.AddInstruct(Instruction.ret); }