ReplaceLiftedLocals() 개인적인 메소드

// This method is called from the generator to update the frame with generator's locals
private ReplaceLiftedLocals ( IRuntimeVariables liftedLocals ) : void
liftedLocals IRuntimeVariables
리턴 void
예제 #1
0
 public static void ReplaceLiftedLocals(DebugFrame frame, IRuntimeVariables liftedLocals)
 {
     frame.ReplaceLiftedLocals(liftedLocals);
 }