A Arne Vajhøj Nov 23, 2010 #2 In extension to my previous post just how do I do that? Click to expand... In practice: use List<T> instead of T[] so you don't need to resize! Arne
In extension to my previous post just how do I do that? Click to expand... In practice: use List<T> instead of T[] so you don't need to resize! Arne
J jodleren Nov 25, 2010 #3 Personally, I'd use the Array.Resize() method. But that seems like such an obvious answer, I can't help wonder if you had something different in mind. If so, you should be more specific. Click to expand... Thanks, that was it. I am new to this, so my questions are quite general
Personally, I'd use the Array.Resize() method. But that seems like such an obvious answer, I can't help wonder if you had something different in mind. If so, you should be more specific. Click to expand... Thanks, that was it. I am new to this, so my questions are quite general