hwo to make an array in C#

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

for example:
int[] X = new int[5];
Source

Also in C#: