Array.LongLength Właściwość

Definicja

Pobiera 64-bitową liczbę całkowitą elementów we wszystkich wymiarach .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

Wartość właściwości

Int64

64-bitowa liczba całkowita reprezentująca łączną liczbę elementów we wszystkich wymiarach .Array

Atrybuty

Uwagi

Pobieranie wartości tej właściwości jest operacją O(1).

Dotyczy

Zobacz też