Mono Class Library: Overview

System.Array: Property Members

The properties of System.Array are listed below. For a list of all members, see the Array Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
IsFixedSizebool. Implemented to support the IList interface. [Note: For more information, see IList.IsFixedSize.]
[read-only]
IsReadOnlybool. Implemented to support the IList interface. [Note: For more information, see IList.IsReadOnly.]
[read-only]
IsSynchronizedbool. Implemented to support the ICollection interface. [Note: For more information, see ICollection.IsSynchronized.]
[read-only]
Lengthint. Gets the total number of elements in all the dimensions of the current instance.
[read-only]
LongLengthlong. Gets the total number of elements in all the dimensions of the current instance.
[read-only]
Rankint. Gets the rank (number of dimensions) of the current instance.
[read-only]
SyncRootobject. Implemented to support the ICollection interface. [Note: For more information, see ICollection.SyncRoot.]