Abc.NCrafts.Quizz.Questions._007.Answer2.Run C# (CSharp) 메소드

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void
        public static void Run()
        {
            // begin
            var i = 42;

            if (Execute(x => ++i, i) == 42)
                throw new Exception("lol");
            // end
        }