Array.LongLength Propiedad

Definición

Obtiene un entero de 64 bits que representa el número total de elementos de todas las dimensiones de 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

Valor de propiedad

Entero de 64 bits que representa el número total de elementos de todas las dimensiones de Array.

Atributos

Comentarios

Recuperar el valor de esta propiedad es una operación O(1).

Se aplica a

Consulte también