Compartir a través de


LazyDictionary<TKey, TValue>.Count (Propiedad)

 

Espacio de nombres:   Microsoft.WindowsAzure.Common.Internals
Ensamblado:  Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)

Sintaxis

public int Count { get; }
public:
property int Count {
    virtual int get() sealed;
}
abstract Count : int with get
override Count : int with get
Public ReadOnly Property Count As Integer

Valor de propiedad

Type: System.Int32

Implementaciones

ICollection<T>.Count

Vea también

LazyDictionary<TKey, TValue> (Clase)
Microsoft.WindowsAzure.Common.Internals (Espacio de nombres)

Volver al principio