ConcurrentHashSetTAdd - метод

Adds the specified item to the ConcurrentHashSetT.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public bool Add(
	T item
)

Параметры

item  T
The item to add.

Возвращаемое значение

Boolean
true if the items was added to the ConcurrentHashSetT successfully; false if it already exists.

Исключения

OverflowExceptionThe ConcurrentHashSetT contains too many items.

См. также