Partager via


JsonArray.Size Propriété

Définition

Obtient la taille (nombre) du tableau.

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = jsonArray.size;
Public ReadOnly Property Size As UInteger

Valeur de propriété

UInt32

unsigned int

uint32_t

Nombre d’éléments dans le tableau.

Implémente

S’applique à