G
genc ymeri
Do C# arrays expand their length in run time ? for instance, in pascal, to
expand the length with one, I could do it like :
Setlength(MyArray, Length(MyArray)+1);
Can I do same thing in C# ?
Thanks
expand the length with one, I could do it like :
Setlength(MyArray, Length(MyArray)+1);
Can I do same thing in C# ?
Thanks