DotNetParameter.ArrayDimensionsEx

Syntax

DotNetParameter.ArrayDimensionsEx

Data Type

Object Array

Purpose

Returns the number of dimensions for array parameters. This property supports arrays of arrays, also known as jagged arrays, which can specify more than one number of dimensions.

Remarks

For non-array parameters, this property returns an empty array.

For regular array parameters, this property returns an array with a single element that specifies a value that is the number of dimensions of the array.

For jagged arrays, this property returns an array with elements that represent the number of dimensions for each array level.