Abc.NCrafts.Quizz.Performance.Questions._015.Answer2.Answer2 C# (CSharp) Method

Answer2() static private method

static private Answer2 ( ) : System
return System
        static Answer2()
        {
            _values = Enumerable.Range(0, 1000 * 1000)
                                .ToArray();
            _threshold = _values.Length / 2;
        }