System::Array::GetUpperBound method

Array::GetUpperBound method

Returns the upper bound of the specified dimension.

int System::Array<T>::GetUpperBound(int dimension)
ParameterTypeDescription
dimensionintDimension to return the upper bound of

ReturnValue

The upper bound of the specified dimension

See Also