Abacus.DoublePrecision.Vector3Tests.Test_StructLayout_i C# (CSharp) Méthode

Test_StructLayout_i() private méthode

private Test_StructLayout_i ( ) : void
Résultat void
        public void Test_StructLayout_i ()
        {
            Type t = typeof(Vector3);

            Assert.That(
                t.StructLayoutAttribute.Value,
                Is.EqualTo(LayoutKind.Sequential));
        }
Vector3Tests