i get the "ïnstantiated from here" compile error on line "int i = t.Get(1);". I cant see where i am going wrong.
sorry is this is in the wrong place, but i dont know where to podt it.
test<int> t = test<int>();
t.Add(0);
t.Add(1);
t.Add(2);
int i = t.Get(1);
i get the "ïnstantiated from here" compile error on line "int i = t.Get(1);"