ISimpleArrayType

Overview

A simple array is an array without explicit low/high bounds, just a single dimension with a zero low bound. In code this would look like: var x: array of string

Location