TypeFlagsExtensions.ArrayRank
Parameters
| flags | The TypeFlags to compute the array rank of (assessible via this). |
Returns
int The array rank encoded in the Type Flags.
Description 描述
If the type is an array type, retrieves the array rank of the type flags.
For instance, a type of int[][] will return an array rank of 2.