Abc.NCrafts.Quizz.Questions._014.Answer2.Run C# (CSharp) Méthode

Run() public static méthode

public static Run ( ) : void
Résultat void
        public static void Run()
        {
            var s = "ncrafts";

            // begin
            s.ToUpper();
            // end

            Logger.Log(s);
        }
    }
Answer2