Click or drag to resize

OrderedDictionaryTKey, TValueICollectionKeyValuePairTKey, TValueCopyTo Method

Namespace:  EDK4Net.Collections
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairTKey, TValue
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also