SyntaxFix
Write A Post
Hire A Developer
Questions
What's abaut this one:
List<int> tmpList = intArry.ToList(); tmpList.Add(anyInt); intArry = tmpList.ToArray();