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.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)

См. также