Click or drag to resize
ArrayLongLength Property
Gets a 64-bit integer that represents the total number of elements in all the dimensions of the Array.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public long LongLength { get; }

Return Value

Type: Int64
A 64-bit integer that represents the total number of elements in all the dimensions of the Array.
See Also