System::Collections::ObjectModel::KeyedCollection::Add 方法
KeyedCollection::Add method
将项目添加到容器末尾。
virtual void System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Add(const TItem &item) override
| Parameter | Type | 描述 |
|---|---|---|
| item | const TItem& | 要添加的项。 |
另见
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++