System::Collections::Generic::ICollection::Add 方法
ICollection::Add method
向集合中添加元素。
virtual void System::Collections::Generic::ICollection<T>::Add(const T &item)=0
| Parameter | Type | 描述 |
|---|---|---|
| item | const T& | 添加。 |
另见
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++