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