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

Gets the number of items contained in the ConcurrentHashSet<T>.

Definition

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

Значение свойства

Int32
The number of items contained in the ConcurrentHashSet<T>.

Реализации

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

Заметки

Count has snapshot semantics and represents the number of items in the ConcurrentHashSet<T> at the moment when Count was accessed.

См. также