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

Answer1() static private method

static private Answer1 ( ) : System.Collections.Generic
return System.Collections.Generic
        static Answer1()
        {
            _values = Enumerable.Range(0, 100 * 1000)
                                .Select(x => (long)x)
                                .ToList();
        }