13 lines
276 B
C#
13 lines
276 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Indicates that a method should use the Cdecl calling convention.</summary>
|
|
// Token: 0x0200028E RID: 654
|
|
[ComVisible(true)]
|
|
public class CallConvCdecl
|
|
{
|
|
}
|
|
}
|