コード例 #1
0
 public static void LoadVariable(byte variableIndex)
 {
     CurrentEmitContext.Emit(CreateInstruction.LoadVariable(variableIndex));
 }