Indexed Properties Sample

This sample shows how C# classes can declare indexed properties to represent an array-like collection of different kinds of things. See Properties (C# Programming Guide) for additional 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 Indexed Properties sample within Visual Studio

  • On the Debug menu, click Start Without Debugging.

To build and run the Indexed Properties sample from the Command Line

  • Type the following at the command prompt:

    csc indexedproperty.cs
    indexedproperty