AK.F1.Timing.Live.LiveDataTest.to_posted_time_type_throws_a_serialization_exception_if_colour_cannot_be_converted C# (CSharp) 메소드

to_posted_time_type_throws_a_serialization_exception_if_colour_cannot_be_converted() 개인적인 메소드

private to_posted_time_type_throws_a_serialization_exception_if_colour_cannot_be_converted ( GridColumnColour colour ) : void
colour GridColumnColour
리턴 void
        public void to_posted_time_type_throws_a_serialization_exception_if_colour_cannot_be_converted(GridColumnColour colour)
        {
            Assert.Throws<SerializationException>(() => LiveData.ToPostedTimeType(colour));
        }