ConcurrentHashSet<T>.Count - свойство
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.0.7
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
ConcurrentHashSet<T>.
IReadOnlyCollection<T>.CountICollection<T>.Count Count has snapshot semantics and represents the number of items in the
ConcurrentHashSet<T>
at the moment when Count was accessed.