This folder contains System.Array examples.
- Array1 shows how to use System.Array constructors.
- Array2 shows how to use System.Array.GetLowerBound and System.Array.GetUpperBound methods.
To build this project, open "Terminal" and type following lines:
mkdir build && cd build
cmake ..
start Array.sln
Select any project and type Ctrl+F5 to build and run it.