After talking about Arrays in C#, this is the right time to talk about Structure data type in C#. There are a few limitations about Arrays, the array can only save a single type of data and you should define the number of elements going to be saved inside this array.
Source: LXer – C# – Structure Data Type Aka Struct Data Type