Array.LongLength Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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).