June 2006
Intermediate to advanced
1344 pages
42h 52m
English
Chapter 8 presented basic array-processing capabilities. All arrays implicitly inherit from the MustInherit class Array (namespace System). Array operty Length specifies the number of elements in the array. In addition, class Array provides Shared methods that provide algorithms for processing arrays. Typically, class Array overloads these methods—for example, Array method Reverse can reverse the order of the elements in an entire array or can reverse the elements in a specified range of elements in an array. For a complete list of class Array’s Shared methods, visit:
msdn2.microsoft.com/en-us/library/system.array.aspx
Figure 26.3 demonstrates several Shared methods of class Array.
Read now
Unlock full access