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