Compartir a través de


IMapView<K,V>.Size Propiedad

Definición

Obtiene el número de elementos del mapa.

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
Public ReadOnly Property Size As UInteger

Valor de propiedad

UInt32

unsigned int

uint32_t

Número de elementos del mapa.

Comentarios

Al programar con .NET, esta interfaz está oculta y los desarrolladores deben usar la interfaz System.Collections.Generic.IReadOnlyDictionary<TKey,TValue> .

Se aplica a

Consulte también