0
kicks
Fill a Multi-Dimensional Array
It is rare that I need to work directly with arrays in today’s world of LINQ to Objects. However, yesterday evening I found myself with the need to fill the elements of a multidimensional array. Here's an extension method to make it easy for you regardless of the number of dimensions.