System::Collections::CollectionBase::ListImpl::Remove 方法

ListImpl::Remove method

从集合中移除特定元素的首次出现。

void System::Collections::CollectionBase<T>::ListImpl::Remove(const T &value)
ParameterType描述
valueconst T&要从集合中移除的元素。

另见