August 2001
Intermediate to advanced
656 pages
18h 5m
English
Array Class
System
Yes
An Array object (that is, an instance of the Array class) that represents an array.
Arrays defined in VB .NET are Array objects, so they support the members of the Array class. Array class members marked with a plus sign (+) are discussed in detail in their own entries.
| IsFixedSize |
| IsReadOnly |
| IsSynchronized |
| Length |
| Rank |
| SyncRoot |
| BinarySearch + |
| Clear |
| Copy + |
| CreateInstance |
| IndexOf + |
| LastIndexOf + |
| Reverse + |
| Sort + |
| Clone |
| CopyTo |
| Equals |
| GetEnumerator |
| GetHashCode |
| GetLength |
| GetLowerBound |
| GetType |
| GetUpperBound |
| GetValue |
| Initialize |
| SetValue |
| ToString |
Read now
Unlock full access