I know how to create an object of 2D "Static size" array in C# using string[,] wordDBArray = new string[5,5]
.... but my problem is how to create an object of "Dynamic size" 2D array (i mean without initializing like [5,5] ).. please help me... thanks
问问题
1370 次