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