AK.F1.Timing.Serialization.SerializationHelperTest.get_object_type_code_throws_if_type_is_null C# (CSharp) Méthode

get_object_type_code_throws_if_type_is_null() private méthode

private get_object_type_code_throws_if_type_is_null ( ) : void
Résultat void
        public void get_object_type_code_throws_if_type_is_null()
        {
            Assert.Throws<ArgumentNullException>(() => { SerializationHelper.GetObjectTypeCode(null); });
        }