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