2002-09-21 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / CallConvCdecl.cs
1 //
2 // System.Runtime.CompilerServices.CallConvCdecl.cs
3 //
4 // Author: Zoltan Varga (vargaz@freemail.hu)
5 //
6 // (C) Copyright, Ximian Inc.
7
8 using System;
9
10 namespace System.Runtime.CompilerServices {
11
12         public class CallConvCdecl {
13         } 
14 }