SynchronizedSuspendableObservableCollection<T>.Count - свойство

Gets the number of elements contained in the ICollection.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.24
C#
public int Count { get; }

Возвращаемое значение

Int32
The number of elements contained in the ICollection.

Реализации

ICollection<T>.Count
ICollection.Count
IReadOnlyCollection<T>.Count

См. также