You cannot specify an array of a given length. The type is uint[], not uint[5]. This is discussed at length in the MSDN.
Take advantage of array pooling and memory pooling in C# to reduce allocations and improve the performance of your applications Optimal usage of available resources is one of the most important ...