ArrayData Properties |
The ArrayData type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseIndex |
Sets or gets the base index of the array
| |
| ItemInt32 |
Gets or sets data in a one dimensional array.
| |
| ItemInt32, Int32 |
Gets or sets data in a two dimensional array.
| |
| ItemInt32, Int32, Int32 |
Gets or sets data in a three dimensional array.
| |
| Length |
Gets the array length in first dimension.
| |
| Rank |
Gets the rank, number of dimensions, of the array.
|