AK.F1.Timing.Serialization.SerializationHelperTest.get_object_type_code_throws_if_type_is_null C# (CSharp) Method

get_object_type_code_throws_if_type_is_null() private method

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