System::Collections::Generic::IDictionary::CopyTo 方法

IDictionary::CopyTo method

将字典内容复制到现有数组元素中。

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>> arr, int index) override
参数类型描述
arrArrayPtr<KeyValuePair<TKey, TValue>>目标数组。
索引int目标数组起始索引。

另见