Abacus.DoublePrecision.Vector2Tests.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(Vector2);

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