C# ödevimde ArrayList dizisini kullanmam gerekiyor ama ArrayList ten error alıyorum. Aşağıdaki gibi;


Error 1 The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?)


Error 2 The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?)

Ne yapmam gerekiyor?