Array.LongLength Properti

Definisi

Mendapatkan bilangan bulat 64-bit yang mewakili jumlah total elemen di semua dimensi Array.

public:
 property long LongLength { long get(); };
public long LongLength { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public long LongLength { get; }
member this.LongLength : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.LongLength : int64
Public ReadOnly Property LongLength As Long

Nilai Properti

Bilangan bulat 64-bit yang mewakili jumlah total elemen di semua dimensi Array.

Atribut

Keterangan

Mengambil nilai properti ini adalah operasi O(1).

Berlaku untuk

Lihat juga