LazyList<T>.Count Property

 

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

Syntax

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

Property Value

Type: System.Int32

Implements

ICollection<T>.Count

See Also

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

Return to top