Click or drag to resize
SafeDictionaryTKey, TValueCopyTo Method
Copies the System.Collections.Hashtable elements to a one-dimensional System.Array instance at the specified index.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public override void CopyTo(
	Array array,
	int arrayIndex
)

Parameters

array
Type: SystemArray
The one-dimensional System.Array that is the destination of the System.Collections.DictionaryEntry objects copied from System.Collections.Hashtable. The System.Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionCopyTo(Array, Int32)
See Also