Array.LongLength Proprietà

Definizione

Ottiene un integer a 64 bit che rappresenta il numero totale di elementi in tutte le dimensioni di 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

Valore della proprietà

Int64

Intero a 64 bit che rappresenta il numero totale di elementi in tutte le dimensioni di Array.

Attributi

Commenti

Il recupero del valore di questa proprietà è un'operazione O(1).

Si applica a

Vedi anche