System::Collections::Generic::IDictionary::Remove 메서드
IDictionary::Remove method
키를 컨테이너에서 제거합니다.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const TKey& | 제거할 키. |
ReturnValue
키를 찾고 제거했으면 true, 그렇지 않으면 false.
또 보기
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++