mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
16 lines
351 B
C#
16 lines
351 B
C#
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using Microsoft.VisualC;
|
|
|
|
namespace _003CCppImplementationDetails_003E
|
|
{
|
|
[StructLayout(LayoutKind.Sequential, Size = 8)]
|
|
[DebugInfoInPDB]
|
|
[NativeCppClass]
|
|
[MiscellaneousBits(65)]
|
|
[UnsafeValueType]
|
|
internal struct _0024ArrayType_0024_0024_0024BY03_0024_0024CBG
|
|
{
|
|
}
|
|
}
|