Array.LongLength Propriété

Définition

Obtient un entier 64 bits qui représente le nombre total d’éléments dans toutes les dimensions du 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

Valeur de propriété

Int64

Entier 64 bits qui représente le nombre total d’éléments dans toutes les dimensions du Array.

Attributs

Remarques

La récupération de la valeur de cette propriété est une opération O(1).

S’applique à

Voir aussi