CallConvStdcall.cs 237 B

1234567891011121314
  1. //
  2. // System.Runtime.CompilerServices.CallConvStdcall.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 CallConvStdcall {
  10. }
  11. }