Array.Length Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a 32-bit integer that represents the total number of elements in all the dimensions of the Array; zero if there are no elements in the array.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Int32A 32-bit integer that represents the total number of elements in all the dimensions of the Array.
Show: