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

Run() public static méthode

public static Run ( ) : void
Résultat void
        public static void Run()
        {
            var value = _random.Next();
            // begin
            var isValid = IsValid1(value) & IsValid2(value) & IsValid3(value);
            // end
            Logger.Log("IsValid: {0}", isValid);
        }