System::Collections::ObjectModel::KeyedCollection::Add method

KeyedCollection::Add method

コンテナの末尾に項目を追加します。

virtual void System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Add(const TItem &item) override
パラメーター説明
項目const TItem&追加する項目。

参照