IILEmit.cs 115 B

1234567
  1. namespace ChocolArm64.Translation
  2. {
  3. interface IILEmit
  4. {
  5. void Emit(ILMethodBuilder context);
  6. }
  7. }