M
mb
I have an array that starts with 99 index. I use a random amount of the
indexes, let's say 23. Is there a way to truncate the array to 23 elements
while preserving the 23 used? The ReDim statement in VB does this. Is
there an equivalent in C#?
indexes, let's say 23. Is there a way to truncate the array to 23 elements
while preserving the 23 used? The ReDim statement in VB does this. Is
there an equivalent in C#?