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