System::Collections::Generic::ICollection::Add method
ICollection::Add method
Adds element into collection.
virtual void System::Collections::Generic::ICollection<T>::Add(const T &item)=0
Parameter | Type | Description |
---|---|---|
item | const T& | to add. |
See Also
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++