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

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

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