HashSetTKey, TValueAdd - метод

Adds an element to the current set and returns a value to indicate if the element was successfully added.

Definition

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

Параметры

item  TValue
The element to add to the set.

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

Boolean
if the element is added to the set; if the element is already in the set.

Реализации

ISetTAdd(T)

См. также