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