 | RecentDictionaryTKey, TValueKeyCollectionCopyTo Method |
Copies the key elements to an existing array, starting at the specified array index.
Namespace:
Scaleout.Collections
Assembly:
Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntaxpublic void CopyTo(
TKey[] array,
int arrayIndex
)
Parameters
- array
- Type: TKey
Destination array. - arrayIndex
- Type: SystemInt32
Offset in the destination array at which to begin copying.
Implements
ICollectionTCopyTo(T, Int32)
See Also