ConcurrentHashSetTTryRemove - метод

Attempts to remove the item from the ConcurrentHashSetT.

Definition

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

Параметры

item  T
The item to remove.

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

Boolean
true if an item was removed successfully; otherwise, false.

См. также