13 lines
294 B
C#
13 lines
294 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>This calling convention is not supported in this version of the .NET Framework.</summary>
|
|
// Token: 0x0200028F RID: 655
|
|
[ComVisible(true)]
|
|
public class CallConvFastcall
|
|
{
|
|
}
|
|
}
|