예제 #1
0
 public static bool Ldloc_N(Instruction instruction, CompileContext compileContext, uint index)
 {
     compileContext.Push(compileContext.GetLocal(index));
     return(true);
 }