Abc.NCrafts.Quizz.Performance.Questions._027.Answer1.IsValid2 C# (CSharp) 메소드

IsValid2() 개인적인 정적인 메소드

private static IsValid2 ( int n ) : bool
n int
리턴 bool
        private static bool IsValid2(int n)
        {
            Thread.Sleep(1);
            return n % 10 == 0;
        }