System::Collections::Generic::IDictionary::Remove メソッド
IDictionary::Remove method
コンテナからキーを削除します。
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | const TKey& | 削除するキー。 |
ReturnValue
キーが見つかり削除された場合は true、そうでない場合は false。
参照
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++