Murach's C# 2005 How to work with indexers, delegates, events, and operators
Chapter 12 covers the skills that you need whenever you create a C# class.
Now, this chapter shows you advanced techniques like how to create indexers, throw
argument exceptions, define delegates, raise events, and overload operators.
|
|
|
|
The code for a simple ProductList
class |
378 |
|
The specifications for the enhanced
ProductList class |
380 |
|
|
How to create an indexer |
382 |
|
How to throw an argument exception |
384 |
|
|
How to define and use a delegate |
386 |
|
How to define and use events |
388 |
|
|
An introduction to operator overloading |
390 |
|
How to overload arithmetic operators |
392 |
|
How to overload comparison operators |
394 |
|
|
The code for the ProductList class |
396 |
|
The code for the Product Maintenance
form |
400 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|
|
|