IMap<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

El número de elementos de la asignación.

Comentarios

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

Se aplica a

Consulte también