forked from aly/qstbak
8 lines
176 B
C#
8 lines
176 B
C#
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[StructLayout(LayoutKind.Auto)]
|
|
[InlineArray(7)]
|
|
internal struct _003C_003Ey__InlineArray7<T>
|
|
{
|
|
}
|