ItemCollection.Size Propiedad

Definición

Obtiene el tamaño (recuento) de la colección.

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

Valor de propiedad

UInt32

unsigned int

uint32_t

Recuento de elementos de la colección.

Implementaciones

Comentarios

Al programar con .NET, esta propiedad se proyecta como Count.

Se aplica a