System::Collections::ObjectModel::KeyedCollection::Remove メソッド

KeyedCollection::Remove method

コンテナからキーを削除します。

bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
パラメーター説明
キーTKey削除するキー。

ReturnValue

キーが見つかり削除された場合は true、そうでない場合は false。

参照