System::Collections::Generic::IKVCollection::Insert 方法

IKVCollection::Insert method

在指定位置插入项。

virtual void System::Collections::Generic::IKVCollection<T>::Insert(int index, const T &item) override
参数类型描述
索引int放置项目的位置。
const T&要放置在指定位置的项目。

另见