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

Run() public static méthode

public static Run ( ) : void
Résultat void
        public static void Run()
        {
            // begin
            var max = _items.Max();
            // end
            Logger.Log("Max: {0}", max);
        }
    }