Private server Reviews

Tv/Computer Etc => Coding: Tips And Tricks! => Topic started by: Catalyst on March 15, 2013, 05:03:51 am



Title: Unlimited Array
Post by: Catalyst on March 15, 2013, 05:03:51 am
Is there a way to define an array without a limit in C# and I'm not talking about the multidimensional array.


Title: Re: Unlimited Array
Post by: SamWinchester on October 15, 2013, 02:52:43 am
Why don't you use an array list, since it will be expanded according to the input at run time.