Murach's Visual Basic 2005 How to use arrays and collections
First, this chapter shows you how to use three types of arrays.
Then, it shows you how to use the methods and properties of
the Array class for working with an array. Last, it shows
you how to use collection classes to work with typed and untyped
collections.
|
|
|
|
How to create an array |
220 |
|
How to assign values to the elements
of an array |
222 |
|
How to use For loops to work with
arrays |
224 |
|
How to use For Each loops to work
with arrays |
226 |
|
|
How to create a rectangular array |
228 |
|
How to assign values to a rectangular
array |
228 |
|
How to work with rectangular arrays |
230 |
|
|
How to create a jagged array |
232 |
|
How to assign values to a jagged array |
232 |
|
How to work with jagged arrays |
234 |
|
|
How to use the Array class |
236 |
|
How to refer to and copy arrays |
238 |
|
How to code procedures that work
with arrays |
240 |
|
|
Commonly used collection classes |
242 |
|
Typed vs. untyped collections |
244 |
|
How to work with a list |
246 |
|
How to work with a sorted list |
250 |
|
How to work with queues and stacks |
252 |
|
How to work with an array list |
254 |
|
 |
|
|
|
|
© Copyright 1998-2010 Mike Murach &
Associates, Inc. All rights reserved.
|