Link Search Menu Expand Document

UpperBound (Read-Only)

Returns the upper bound (ending index) of the array.

Note

This is normally LowerBound + Length. If the internal array is empty the UpperBound get accessor will always return -1.


Table of contents