Abc.NCrafts.Quizz.Questions._023.Answer1.Run C# (CSharp) Méthode

Run() public static méthode

public static Run ( ) : void
Résultat void
        public static void Run()
        {
            // begin
            var s3 = _s1 + _s2;
            var s4 = s3.Trim(_trimedChars);
            // end

            Logger.Log(s4);
        }
    }
Answer1