Answer the question
In order to leave comments, you need to log in
The name 'list' does not exist in the current c# context, VS, what's the problem?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LMV_3
{
class mainClass
{
List<Group> list = new List<Group>();
list
}
}
Answer the question
In order to leave comments, you need to log in
You don't have a method where you could use this list. Now you are declaring the variables of the mainClass class.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question