how to make an array in csharp

C#
int[] Nameofarray = new int[how much is the max];

for example:
int[] X = new int[5];string name = "Dominic"// whatever type you want
public GameObject[] Players;
Source

Also in C#: