J
Jesper
Hi,
How, I would like to make a collection of integers. As an
integer is not a class I can't figure out how to store it
in a collection. The list will be generated dynamically.
Any suggestions.
int i = new int()
i = 5;
arrayList.Add(i) ... Seems to compile, but is this a
reccomended way to do it?
best regards Jesper.
How, I would like to make a collection of integers. As an
integer is not a class I can't figure out how to store it
in a collection. The list will be generated dynamically.
Any suggestions.
int i = new int()
i = 5;
arrayList.Add(i) ... Seems to compile, but is this a
reccomended way to do it?
best regards Jesper.