IILEmit.cs 109 B

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