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