System::Collections::Generic::BaseDictionary::Remove 메서드
BaseDictionary::Remove method
사전에서 특정 키를 제거합니다.
bool System::Collections::Generic::BaseDictionary<Map>::Remove(const key_t &key) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const key_t& | 제거할 키. |
ReturnValue
키가 발견되어 제거되면 true, 그렇지 않으면 false.
또 보기
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++