Abc.NCrafts.Quizz.Performance.Questions._027.Answer1.IsValid3 C# (CSharp) Méthode

IsValid3() private static méthode

private static IsValid3 ( int n ) : bool
n int
Résultat bool
        private static bool IsValid3(int n)
        {
            Thread.Sleep(1);
            return n % 3 == 0;
        }
    }