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

ListImpl::Remove method

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

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

另见