[C#] [Solved] Lists Don't work
-
Why isn't this working!?
List<int> var = new List<int>();
var.Add(3); var.Add(7);
-
Any help? I need it ASAP
-
using System.Collections.Generic;
-
@aimless Thanks you! I got it
Why isn't this working!?
List<int> var = new List<int>();
var.Add(3);
var.Add(7);
Any help? I need it ASAP
using System.Collections.Generic;
@aimless Thanks you! I got it