Arrays Sample

This sample describes and shows how arrays work in C#. See Arrays (C# Programming Guide) for more information.

Security Note

This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended.

To build and run the Arrays sample within Visual Studio

  • On the Debug menu, click Start Without Debugging.

To build and run the Arrays sample from the Command Line

  • Type the following at the command prompt:

    csc arrays.cs
    arrays