asp.net.ph

Array.Length Property

System Namespace   Array Class


Returns the total number of elements in all the dimensions of the Array.

[ VB ]
<Serializable>
Public ReadOnly Property Length As Integer

[ C# ]
[Serializable]
public int Length {get;}

[ C++ ]
[Serializable]
public: __property int get_Length ( );

[JScript ]
public Serializable
function get Length ( ) : int;

Property Value

The total number of elements in all the dimensions of the Array.

See Also

Array Members   ICollection.Count   GetLength   Rank Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note