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