HashSetTKey, TValueAdd - метод
Adds an element to the current set and returns a value to indicate if the element was successfully added.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool Add(
TValue item
)
Public Function Add (
item As TValue
) As Boolean
public:
virtual bool Add(
TValue item
) sealed
abstract Add :
item : 'TValue -> bool
override Add :
item : 'TValue -> bool
- 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)