ConcurrentHashSetTCount - свойство
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
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.