The properties of the Array class are listed below. For a complete list of Array class members, see the Array Members topic.
IsReadOnly | Gets a value indicating whether the Array is read-only. |
IsSynchronized | Gets a value indicating whether access to the Array is synchronized (thread-safe). |
Length | Gets the total number of elements in all the dimensions of the Array. |
Rank | Gets the rank, or number of dimensions, in the Array. |
SyncRoot | Gets an object that can be used to synchronize access to the Array. |