Click or drag to resize

DictionaryWithNullableKeyTKey, TValueCopyTo Method

[Missing <summary> documentation for "M:Altaxo.Collections.DictionaryWithNullableKey`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)"]


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int arrayIndex
)

Parameters

array  KeyValuePairTKey, TValue

[Missing <param name="array"/> documentation for "M:Altaxo.Collections.DictionaryWithNullableKey`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)"]

arrayIndex  Int32

[Missing <param name="arrayIndex"/> documentation for "M:Altaxo.Collections.DictionaryWithNullableKey`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)"]

Implements

ICollectionTCopyTo(T, Int32)
See Also