As in:
public string[,] GetHelp() {
return new string[,] {...things...}
}
And how do I search for it in the documentation?
|
As in:
And how do I search for it in the documentation?
| ||||
|
feedback
|
|
It's a multi-dimensional array. Here's the MSDN page for multi-dimensional arrays: | |||
|
feedback
|
|
That's a multidimensional array. Not sure what the best way to search for such a thing in documentation is, but you may have found at least the second best way: Ask on SO. | |||||
feedback
|
|
It's a multi-dimensional array declaration. | |||
|
feedback
|
,operator... C# syntax is fugly at times.. – Earlz Dec 17 '09 at 18:55