System::Collections::ObjectModel::KeyedCollection::Add method
KeyedCollection::Add method
コンテナの末尾に項目を追加します。
virtual void System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Add(const TItem &item) override
| パラメーター | 型 | 説明 |
|---|---|---|
| 項目 | const TItem& | 追加する項目。 |
参照
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++