|
Visual C# 2005: Arrays and Indexers, covers how to define and work with single-dimension and multiple-dimension arrays. It also shows how to use the Random classes to generate random numbers and how to use indexers to access data within a class using an array syntax.
Objectives:
- Define and use arrays
- Describe how to work with the Random class
- Identify how to use an indexer to access internal elements of a class
Topics:
- Working with Arrays
- Arrays, Collections and Indexers
|