System::Collections::Concurrent::ConcurrentDictionary::Remove method

ConcurrentDictionary::Remove method

コンテナから要素を削除します。

virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
パラメーター説明
キーconst TKey&要素を削除するキー。

ReturnValue

要素が見つかって削除された場合は true、そうでない場合は false。

参照