ConcurrentHashSetTCount - свойство

Gets the number of items contained in the ConcurrentHashSetT.

Definition

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

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

Int32
The number of items contained in the ConcurrentHashSetT.

Реализации

IReadOnlyCollectionTCount
ICollectionTCount

Заметки

Count has snapshot semantics and represents the number of items in the ConcurrentHashSetT at the moment when Count was accessed.

См. также