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。
参照
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++