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

Answer1() static private method

static private Answer1 ( ) : System
return System
        static Answer1()
        {
            _values = Enumerable.Range(0, 1000 * 1000)
                                .OrderBy(_ => Guid.NewGuid())
                                .ToArray();
            _threshold = _values.Length / 2;
        }