Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Array::LongLength 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)

public:
[ComVisibleAttribute(false)]
property long long LongLength {
	long long get();
}

Property Value

Type: System::Int64

A 64-bit integer that represents the total number of elements in all the dimensions of the Array.

Retrieving the value of this property is an O(1) operation.

.NET Framework
Available since 1.1
Return to top
Show: