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