CallConvFastcall.cs 239 B

1234567891011121314
  1. //
  2. // System.Runtime.CompilerServices.CallConvFastcall.cs
  3. //
  4. // Author: Zoltan Varga ([email protected])
  5. //
  6. // (C) Copyright, Ximian Inc.
  7. using System;
  8. namespace System.Runtime.CompilerServices {
  9. public class CallConvFastcall {
  10. }
  11. }