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