We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b029a1 commit 228bb5aCopy full SHA for 228bb5a
1 file changed
standard/arrays.md
@@ -41,8 +41,6 @@ The rank of an array type is given by the leftmost *rank_specifier* in the *arra
41
42
The element type of an array type is the type that results from deleting the leftmost *rank_specifier*.
43
44
-In effect, the *rank_specifier*s are read from left to right *before* the final non-array element type.
45
-
46
> *Example*: The following code shows several variable declarations, including a mixture of single-dimensional arrays, multi-dimensional arrays, and arrays of arrays, with some using nullable reference types. In each case, the rank and element type is described, and then demonstrated with a second variable declaration which is initialized using an element access expression.
47
>
48
> <!-- Example: {template:"standalone-console-without-using", name:"ArraysOfArrays", replaceEllipsis:true, customEllipsisReplacements:["default!","default!","default!","default!","default!","default!","default!","default!","default!", "default!"], expectedException:"NullReferenceException"} -->
0 commit comments