using System; using System.Runtime.InteropServices; namespace System.Runtime.CompilerServices { /// Indicates that a method should use the Cdecl calling convention. // Token: 0x0200028E RID: 654 [ComVisible(true)] public class CallConvCdecl { } }