Files
2026-06-04 11:42:34 +02:00

13 lines
280 B
C#

using System;
using System.Runtime.InteropServices;
namespace System.Runtime.CompilerServices
{
/// <summary>Indicates that a method should use the StdCall calling convention.</summary>
// Token: 0x02000290 RID: 656
[ComVisible(true)]
public class CallConvStdcall
{
}
}