Compartilhar via


LazyList<T>.Count Propriedade

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)

Sintaxe

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 propriedade

Type: System.Int32

Implementações

ICollection<T>.Count

Consulte também

Classe LazyList<T>
Namespace Microsoft.WindowsAzure.Common.Internals

Retornar ao topo