MyStruct[,] array = new MyStruct[2, 3]; struct MyStruct { public MyStruct() { // ctor } public MyStruct(int x) { // another ctor } }
© 2026 Hedgehog Software, LLC