Share via


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

Obtiene el número de elementos en este 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(Of KeyValuePair(Of TKey, TValue)).Count
int ICollection<KeyValuePair<TKey, TValue>>.Count { get; }

Valor de propiedad

Tipo: System.Int32
El número de elementos en este diccionario.

Implementaciones

ICollection<T>.Count

Seguridad de .NET Framework

Vea también

Referencia

ReadOnlyDictionary<TKey, TValue> Clase

Microsoft.TeamFoundation.Client (Espacio de nombres)