Shows how to use System.Array constructors.
Open Array1.csproj
To build this project, open "Terminal" and type following lines:
mkdir build && cd build
cmake ..
start Array1.slnSelect Array1 project and type Ctrl+F5 to build and run it.
[0] 10
[1] 20
[2] 30
[3] 40
[4] 50
[5] 60
[6] 70