Click or drag to resize
ReadOnlyDictionaryTKey, TValueCopyTo Method
从特定的数组索引开始,将集合中的元素复制到一个数组中。

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairTKey, TValue
作为从集合复制的元素的目标位置的一维数组。 该数组必须具有从零开始的索引。
arrayIndex
Type: SystemInt32
[P:array]中从零开始的索引,从此处开始复制。

Implements

ICollectionTCopyTo(T, Int32)
See Also