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