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);
Только начал учить C#. Появилась вот такая ошибкa "The name does not exist in the current context"
List<string> answerList = ShuffleList.ShuffleListItems<string>(question.options);