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

IKVCollection::Remove method

从容器中移除项。

virtual bool System::Collections::Generic::IKVCollection<T>::Remove(const T &item) override
参数类型描述
const T&要移除的项。

ReturnValue

如果找到并移除项则为 true,否则为 false。

另见