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) Версия: 3.6.0.22
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)

См. также