Murach's Visual Basic 2008 How to organize and document your classes
This chapter shows you how to (1) organize the classes you create and (2) document them using XML. It also shows you how to store your classes in class libraries so that other programmers can easily access them.
|
|
|
|
How to code multiple classes in
a single file |
638 |
|
How to split a single class across
multiple files |
640 |
|
How to work with namespaces |
642 |
|
|
How to add XML documentation to
a class |
644 |
|
How to view the XML documentation |
646 |
|
|
How class libraries work |
648 |
|
How to create a class library
project |
650 |
|
How to add a reference to a class
library |
652 |
|
How to use the classes in a class
library |
652 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|