using System; using System.Collections.Generic; using System.Threading; using System.Runtime.InteropServices; namespace Urho { [StructLayout (LayoutKind.Sequential)] public partial struct AttributeInfo { IntPtr foo; } }