Share via


ReadOnlyDictionary<TKey, TValue>.ICollection.Count (Propiedad)

Devuelve el número de elementos del diccionario.

Espacio de nombres:  Microsoft.TeamFoundation.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
Private ReadOnly Property Count As Integer
    Implements ICollection.Count
int ICollection.Count { get; }

Valor de propiedad

Tipo: System.Int32
Número de elementos del diccionario.

Implementaciones

ICollection.Count

Seguridad de .NET Framework

Vea también

Referencia

ReadOnlyDictionary<TKey, TValue> Clase

Microsoft.TeamFoundation.Client (Espacio de nombres)