System::Collections::Generic::IKVCollection::Remove 方法

IKVCollection::Remove method

从容器中移除项目。

virtual bool System::Collections::Generic::IKVCollection<T>::Remove(const T &item) override
ParameterType描述
itemconst T&要删除的项。

ReturnValue

如果找到并删除了项则返回 true,否则返回 false。

另见