To declare an array in C#, define the variable type with: code example Example: make new array in c# string[] stringArray = new string[6];