qstbak/Questionable/--y__InlineArray2.cs
2025-12-23 09:48:23 +10:00

8 lines
176 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Auto)]
[InlineArray(2)]
internal struct _003C_003Ey__InlineArray2<T>
{
}