System::Collections::Generic::BaseDictionary::Remove メソッド
BaseDictionary::Remove method
辞書から特定のキーを削除します。
bool System::Collections::Generic::BaseDictionary<Map>::Remove(const key_t &key) override
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | const key_t& | 削除するキー。 |
ReturnValue
キーが見つかり削除された場合は true、そうでなければ false。
参照
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++