Метод System::Collections::Generic::IDictionary::Remove
IDictionary::Remove method
Удаляет ключ из контейнера.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
| Параметр | Тип | Описание |
|---|---|---|
| ключ | const TKey& | Ключ для удаления. |
ReturnValue
Истина, если ключ был найден и удалён, иначе ложь.
См. также
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++