I need to know how to initialize ar开发者_开发知识库ray of arrays in C#.. I know that there exist multidimensional array, but I think I do not need that in my case!
An object of a struct/class (that has no constructor) can be created using an initializer开发者_StackOverflow中文版 list. Why is this not allowed on struct/class with constructor?