ConcurrentHashSetTCount - свойство
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () sealed;
}
abstract Count : int with get
override Count : int with get
Int32The number of items contained in the
ConcurrentHashSetT.
IReadOnlyCollectionTCountICollectionTCount Count has snapshot semantics and represents the number of items in the
ConcurrentHashSetT
at the moment when Count was accessed.