System::Collections::Generic::BaseSet::Add method
BaseSet::Add method
Adds element into set.
void System::Collections::Generic::BaseSet<T, SET_T>::Add(const T &item) override
Parameter | Type | Description |
---|---|---|
item | const T& | Element to add. |
See Also
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++