SyntaxFix
Write A Post
Hire A Developer
Questions
you can use arraylist object from collections class
using System.Collections; static void Main() { ArrayList arr = new ArrayList(); }
when you want to add elements you can use
arr.Add();