VB.NET Language in a Nutshell
| Array Class |
Namespace
System
Createable
Yes
Description
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.
Public Instance Properties
- IsFixedSize
- IsReadOnly
- IsSynchronized
- Length
- Rank
- SyncRoot
Public Shared Methods
- BinarySearch +
- Clear
- Copy +
- CreateInstance
- IndexOf +
- LastIndexOf +
- Reverse +
- Sort +
Public Instance Methods
- Clone
- CopyTo
- Equals
- GetEnumerator
- GetHashCode
- GetLength
- GetLowerBound
- GetType
- GetUpperBound
- GetValue
- Initialize
- SetValue
- ToString