The name 'ShuffleList' does not exist in the current context

Только начал учить C#. Появилась вот такая ошибкa "The name does not exist in the current context"

List<string> answerList = ShuffleList.ShuffleListItems<string>(question.options);

Ответы (0 шт):