Share via


ThreadSafeReadOnlyObservableCollection<T>.Count Property

 

Gets the number of elements in the collection.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

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

Property Value

Type: System.Int32

The number of elements in the collection.

Implements

ICollection<T>.CountICollection.Count

See Also

ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top