SafeDictionaryTKey, TValueCopyTo Method |
Copies the System.Collections.Hashtable elements to a one-dimensional System.Array instance at the specified index.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax 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