|
|
 |

 |
|
Inside C#
|
|
 |
Author |
 |
Tom Archer
|
 |
|
Pages |
432
|
|
Disk |
1 Companion CD(s)
|
|
Level |
All Levels
|
|
Published |
05/09/2001
|
|
ISBN |
9780735612884
|
|
ISBN-10 |
0-7356-1288-9
|
|
Price(USD) |
$49.99
To see this book's discounted price, select a reseller below.
|
|
|
|
|
 |
|
|
Chapter 7: Properties, Arrays, and Indexers
7 Properties, Arrays, and Indexers
So far, I’ve described the basic types supported by C# and how to declare and use them in your classes and applications. This chapter will break the pattern of presenting one major feature of the language per chapter. In this chapter, you’ll learn about properties, arrays, and indexers because these language features share a common bond. They enable you, the C# class developer, to extend the basic class/field/method structure of a class to expose a more intuitive and natural interface to your class’s members.
Next
Last Updated: Saturday, July 7, 2001 |