Files
Dec2017-Script-Dump/mscorlib/System/Runtime/CompilerServices/CallConvFastcall.cs
T
2026-06-04 11:42:34 +02:00

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
{
}
}