Mono Class Library: OverviewSystem.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
[read-only] IsFixedSize bool. Implemented to support the IList interface. [Note: For more information, see IList.IsFixedSize.] [read-only] IsReadOnly bool. Implemented to support the IList interface. [Note: For more information, see IList.IsReadOnly.] [read-only] IsSynchronized bool. Implemented to support the ICollection interface. [Note: For more information, see ICollection.IsSynchronized.] [read-only] Length int. Gets the total number of elements in all the dimensions of the current instance. [read-only] LongLength long. Gets the total number of elements in all the dimensions of the current instance. [read-only] Rank int. Gets the rank (number of dimensions) of the current instance. [read-only] SyncRoot object. Implemented to support the ICollection interface. [Note: For more information, see ICollection.SyncRoot.]