public void Test_StructLayout_i () { Type t = typeof(Vector3); Assert.That( t.StructLayoutAttribute.Value, Is.EqualTo(LayoutKind.Sequential)); }