System::Collections::CollectionBase::ListImpl::Remove 方法
ListImpl::Remove method
从集合中移除特定元素的第一次出现。
void System::Collections::CollectionBase<T>::ListImpl::Remove(const T &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const T& | 要从集合中移除的元素。 |
另见
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++