System::Collections::Generic::List::Remove 方法
List::Remove method
从列表中移除特定项的第一次出现。
bool System::Collections::Generic::List<T>::Remove(const T &item) override
| Parameter | Type | 描述 |
|---|---|---|
| item | const T& | 要删除的项。 |
ReturnValue
如果找到并删除了项则返回 true,否则返回 false。
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++