Click or drag to resize

TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValueCopyTo Method

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public void CopyTo(
	KeyValuePair<TKey, TLevel1>[] array,
	int arrayIndex
)

Parameters

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

Implements

ICollectionTCopyTo(T, Int32)
See Also