Witam, mam kłopot po napisaniu jednej linijki kodu kompilator wywala mi 2 błędy.
Kod:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tablice_Elastyczne { class Program { static void Main(string[] args) { ArrayList lista = new ArrayList(); //tu wywala błąd } } }
Błędy:
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?) Line 13
(Oby dwa błędy są takie same)